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 5fccbfb commit 6534f46
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
9 changes: 5 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,16 @@ branches:
language: python
python:
- '2.7'
cache: apt
addons:
apt:
packages:
- python-scipy
- gfortran
- libatlas3gf-base
- libatlas-dev
- libatlas-base-dev
- liblapack-dev
- libopenblas-dev
- gfortran
- python-numpy
- python-scipy
install:
- pip install -r requirements.txt
- pip install --upgrade --force-reinstall pytest>=3
Expand Down
6 changes: 3 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
alabaster>=0.7.9
digCrfTokenizer
jsonpath-rw>=1.4.0
numpy>=1.10
numpy
Sphinx>=1.5
scikit-learn>=0.18.0
scipy>=0.10.0
scikit-learn
scipy
sphinx-autobuild>=0.6.0
sphinxcontrib-napoleon>=0.6.0

0 comments on commit 6534f46

Please sign in to comment.