Skip to content

Commit

Permalink
add some debug
Browse files Browse the repository at this point in the history
  • Loading branch information
youtux committed Feb 16, 2019
1 parent 699e04c commit f9eab07
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,9 @@ env:
install: pip install -U tox-travis coveralls

# Command to run tests, e.g. python setup.py test
script: tox
script:
- echo TRAVIS_PYTHON_VERSION:$TRAVIS_PYTHON_VERSION
- tox

after_success: coveralls
notifications:
Expand Down

0 comments on commit f9eab07

Please sign in to comment.