From fd69b24b6df33fc2022e7ec7b7b8631c4c8552e4 Mon Sep 17 00:00:00 2001 From: William Deegan Date: Tue, 23 Jun 2020 12:01:32 -0700 Subject: [appveyor skip] more travis ci work --- .travis.yml | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) diff --git a/.travis.yml b/.travis.yml index 029a118..27d33c8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -79,10 +79,13 @@ jobs: - codecov -X gcov --file coverage_xml.xml - &scons_build_job - script: python bin/docs-update-generated.py - script: python bin/docs-validate.py - script: python bin/docs-create-example-outputs.py - script: python script/scons.py - script: python setup.py bdist_wheel - script: python setup.py sdist --formats=gztar,zip - script: ls -l build/dist + 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 -- cgit v0.12