Skip to content

Commit 284098f

Browse files
committed
Travis: Fix travis install command
1 parent 03133b5 commit 284098f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ notifications:
99
1010
1111
install:
12-
- pip install dev_requirements.txt
12+
- pip install -r dev_requirements.txt
1313
script:
1414
- py.test stream/tests.py -slv --cov stream --cov-report term-missing
1515
after_script:

0 commit comments

Comments
 (0)