Skip to content

Commit

Permalink
Install test requirements explicitly
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Kukushkin committed Apr 12, 2016
1 parent ec790fb commit 5bbc247
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -40,7 +40,7 @@ install:
for pv in "2.7" "3.4" "3.5"; do
source ~/virtualenv/python${pv}/bin/activate
for p in '-r requirements.txt' 'behave codacy-coverage coverage coveralls'; do
for p in '-r requirements.txt' 'behave codacy-coverage coverage coveralls flake8 mock pytest-cov pytest'; do
pip install $p
done
done
Expand Down

0 comments on commit 5bbc247

Please sign in to comment.