Skip to content

Commit 313e1b3

Browse files
committed
Install dev requirements to run the tests.
1 parent 24d3196 commit 313e1b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ python:
1111
- "pypy3"
1212

1313
install:
14-
- travis_retry pip install -r requirements.txt
14+
- travis_retry pip install -r requirements.txt -r requirements-dev.txt
1515
- if [ "$TRAVIS_PYTHON_VERSION" == "3.2" ]; then travis_retry pip install 'coverage<4'; fi
1616
- travis_retry pip install coveralls
1717

0 commit comments

Comments
 (0)