Skip to content

Commit

Permalink
check numpy version
Browse files Browse the repository at this point in the history
  • Loading branch information
rbeck4 committed Mar 19, 2019
1 parent ae0a969 commit cbe2f74
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ branches:

#Run Unittests
script:
- python numpyversion.py
- py.test --pyargs speedcom --cov-report term-missing --cov=speedcom

#Print coverage reports
Expand Down
2 changes: 2 additions & 0 deletions numpyversion.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
import numpy
print(numpy.version.version)

0 comments on commit cbe2f74

Please sign in to comment.