Skip to content

Commit

Permalink
travis: add numpy to be able to test formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthieuDartiailh committed Feb 17, 2018
1 parent 0ef65e4 commit 5b583c4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ python:
- "3.6"

install:
- pip install coverage
- pip install coveralls
- if [ $TRAVIS_PYTHON_VERSION == '2.7' ] || [ $TRAVIS_PYTHON_VERSION == '3.6' ]; then pip install numpy; fi
- pip install coverage coveralls

script:
- coverage run -p --source=pyvisa --omit="*test*","*compat*" setup.py test
Expand Down

0 comments on commit 5b583c4

Please sign in to comment.