Skip to content

Commit

Permalink
Adjusted travis to print Python version.
Browse files Browse the repository at this point in the history
  • Loading branch information
johnbywater committed Oct 25, 2017
1 parent 9957745 commit 1824b3c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ install:
- pip install python-coveralls

script:
- echo "Python version:"
- python --version
- coverage run -m unittest discover quantdsl.tests -v

after_success:
Expand Down

0 comments on commit 1824b3c

Please sign in to comment.