From ecb9741551fa0276fccd7d8d6f1df03a4e338082 Mon Sep 17 00:00:00 2001 From: William Deegan Date: Tue, 30 Jun 2020 17:36:27 -0700 Subject: [appveyor skip] fix travis scons build job to not do extra packaging steps, but just let scons do it all --- .travis.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index bd583cf..21548c0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -90,7 +90,4 @@ jobs: - python bin/docs-validate.py - python bin/docs-create-example-outputs.py - python scripts/scons.py - - python setup.py bdist_wheel - - python setup.py sdist --formats=gztar,zip - - (cd doc; make html latexpdf) - ls -l build/dist -- cgit v0.12