Skip to content

Commit

Permalink
sync requirements.txt with setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
henningpeters committed Apr 16, 2016
1 parent 84b32d0 commit 3067469
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ python:
- "3.5"

install:
- pip install -U numpy cython
- python setup.py sdist
- pip install dist/*.tar.gz
- pip install -U numpy
- pip install -r requirements.txt
- pip install -e .

script:
- python -m pytest sense2vec

0 comments on commit 3067469

Please sign in to comment.