Skip to content

Commit

Permalink
travis: don't create source and wheel distributions until 'deploy' stage
Browse files Browse the repository at this point in the history
Signed-off-by: Graeme Watt <Graeme.Watt@durham.ac.uk>
  • Loading branch information
GraemeWatt committed Mar 5, 2020
1 parent e456c8a commit 7f0692d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ install:
- "travis_retry pip install --upgrade -r requirements.txt"

script:
- python setup.py install sdist bdist_wheel
- python setup.py install
- pytest testsuite

after_success:
Expand All @@ -29,7 +29,6 @@ after_success:
sudo: false

deploy:
skip_cleanup: true
skip_existing: true
provider: pypi
user: "__token__"
Expand Down

0 comments on commit 7f0692d

Please sign in to comment.