Skip to content

Commit

Permalink
Alt release test2
Browse files Browse the repository at this point in the history
  • Loading branch information
tetov committed Feb 7, 2020
1 parent 5034207 commit 06927a0
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,11 @@ install:

script:
- invoke test
- if [[ "$TRAVIS_PYTHON_VERSION" == "3.7" ]]; then
invoke docs;
fi

before_deploy:
- >
invoke docs
if [ "$TRAVIS_TAG" ]; then
python setup.py clean --all sdist bdist_wheel --universal
- invoke docs
- if [ "$TRAVIS_TAG" ]; then
python setup.py clean --all sdist bdist_wheel --universal;
fi

deploy:
Expand Down

0 comments on commit 06927a0

Please sign in to comment.