Skip to content

Commit

Permalink
Forgot to update to requirements_dev.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
castelao committed Aug 31, 2016
1 parent f79476e commit afb6da1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -15,7 +15,7 @@ before_install:

install:
- conda install --yes python=$TRAVIS_PYTHON_VERSION pip numpy pytest
- pip install -r test-requirements.txt
- pip install -r requirements_dev.txt
- pip install codecov pytest-cov
- python setup.py install

Expand Down
2 changes: 1 addition & 1 deletion MANIFEST.in
Expand Up @@ -5,7 +5,7 @@ include HISTORY.rst
include LICENSE.rst
include README.rst
include requirements.txt
include test-requirements.txt
include requirements_dev.txt

recursive-include tests *
recursive-exclude * __pycache__
Expand Down

0 comments on commit afb6da1

Please sign in to comment.