Skip to content

Commit

Permalink
v0.1.7 - trying to make travis deployment work
Browse files Browse the repository at this point in the history
  • Loading branch information
kpe committed Mar 16, 2019
1 parent 9942fda commit 123109a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ script:
after_success:
- 'echo travis-python: $TRAVIS_PYTHON_VERSION'
- 'echo coveralls: $COVERALLS_REPO_TOKEN'
- if [[ $TRAVIS_PYTHON_VERSION != pypy* ]]; then pip install coveralls --use-mirrors ; COVERALLS_REPO_TOKEN=$COVERALLS_REPO_TOKEN coveralls ; fi
- if [[ $TRAVIS_PYTHON_VERSION != pypy* ]]; then pip install coveralls; COVERALLS_REPO_TOKEN=$COVERALLS_REPO_TOKEN coveralls ; fi

notifications:
email: false
Expand Down

0 comments on commit 123109a

Please sign in to comment.