Skip to content

Commit

Permalink
update addon on travis
Browse files Browse the repository at this point in the history
  • Loading branch information
GreatYYX committed Mar 17, 2017
1 parent dbb027e commit f55569a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,13 @@ addons:
- python-scipy
- libatlas3gf-base
- libatlas-dev
- liblapack-dev
- libopenblas-dev
install:
- pip install -r requirements.txt
- pip install --upgrade --force-reinstall pytest>=3
script:
- python -m pytest -v --color=yes
os:
- linux
- osx

0 comments on commit f55569a

Please sign in to comment.