Skip to content

Commit

Permalink
install full requirements_test in travis
Browse files Browse the repository at this point in the history
  • Loading branch information
alejandrogr committed Sep 27, 2017
1 parent 166af22 commit 472fca9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ services: docker
python:
- "3.6"

install: pip install tox behave
install:
- pip install -r requirements_test.txt

script:
- tox
Expand Down

0 comments on commit 472fca9

Please sign in to comment.