Skip to content

Commit

Permalink
TST install psutil in Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
kmike committed Apr 19, 2015
1 parent 7ea26ba commit da9cfd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ matrix:
env: NO_COMPILER="true"

install:
- pip install futures
- pip install futures psutil
- pip install coverage pytest-cov coveralls
- if [[ $TRAVIS_PYTHON_VERSION != 'pypy' && ! $NO_COMPILER ]]; then pip install dawg; fi
- python setup.py install
Expand Down

0 comments on commit da9cfd7

Please sign in to comment.