Skip to content

Commit

Permalink
added numpy install to run tests
Browse files Browse the repository at this point in the history
  • Loading branch information
lejafar committed Aug 13, 2018
1 parent e3ef5e2 commit dfb4dc7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@ install:
fi
before_script:
- python3 -m unittest discover -s tests/ -vvv
- $PIP install numpy
- python -m unittest discover -s tests/ -vvv

script:
- $PIP install cibuildwheel==0.9.4
Expand Down

0 comments on commit dfb4dc7

Please sign in to comment.