Skip to content

Commit

Permalink
travis3.7-artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
scivision committed Feb 10, 2018
1 parent e8e5d0f commit 5e7960e
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 @@ -19,5 +19,5 @@ install: pip -q install -e .[tests]
script: coverage run tests/Test.py -v

after_success:
- if [[ $TRAVIS_PYTHON_VERSION == 3.7* ]]; then coveralls; fi
- if [[ $TRAVIS_PYTHON_VERSION == 3.6* ]]; then coveralls; fi

0 comments on commit 5e7960e

Please sign in to comment.