diff options
author | William Deegan <bill@baddogconsulting.com> | 2020-06-23 19:07:43 (GMT) |
---|---|---|
committer | William Deegan <bill@baddogconsulting.com> | 2020-06-23 19:07:43 (GMT) |
commit | dcc9d1fa95e3cd48ec25c867029d6c969534796b (patch) | |
tree | 60413f6fc0478ef3d2919ce4e2a2210e9c7c6270 /.travis.yml | |
parent | fd69b24b6df33fc2022e7ec7b7b8631c4c8552e4 (diff) | |
download | SCons-dcc9d1fa95e3cd48ec25c867029d6c969534796b.zip SCons-dcc9d1fa95e3cd48ec25c867029d6c969534796b.tar.gz SCons-dcc9d1fa95e3cd48ec25c867029d6c969534796b.tar.bz2 |
[appveyor skip] more travis ci work
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 14 |
1 files 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 |