Skip to content

Commit

Permalink
[FIX] fix pypi upload
Browse files Browse the repository at this point in the history
  • Loading branch information
Axel DEROMBLAY committed Jun 27, 2019
1 parent 8c6a54e commit c53a705
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ script:
- if [ "$TRAVIS_OS_NAME" = "linux" ] && [ "$TRAVIS_PYTHON_VERSION" != "3.6" ] ; then pytest; fi
- if [ "$TRAVIS_OS_NAME" = "osx" ] ; then pytest; fi
- if [ "$TRAVIS_OS_NAME" = "windows" ] ; then pytest; fi
- cd ..

after_success:
- codecov
Expand Down

0 comments on commit c53a705

Please sign in to comment.