From dcc9d1fa95e3cd48ec25c867029d6c969534796b Mon Sep 17 00:00:00 2001 From: William Deegan Date: Tue, 23 Jun 2020 12:07:43 -0700 Subject: [appveyor skip] more travis ci work --- .travis.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.travis.yml b/.travis.yml index 27d33c8..34417ac 100644 --- a/.travis.yml +++ b/.travis.yml @@ -82,10 +82,10 @@ jobs: name: SCons Build python: 3.7 script: - python bin/docs-update-generated.py - python bin/docs-validate.py - python bin/docs-create-example-outputs.py - python script/scons.py - python setup.py bdist_wheel - python setup.py sdist --formats=gztar,zip - ls -l build/dist + - python bin/docs-update-generated.py + - python bin/docs-validate.py + - python bin/docs-create-example-outputs.py + - python script/scons.py + - python setup.py bdist_wheel + - python setup.py sdist --formats=gztar,zip + - ls -l build/dist -- cgit v0.12