Skip to content

Commit 16863a6

Browse files
committed
Use requirements/tests.txt for travis
1 parent 89ecc44 commit 16863a6

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
@@ -2,7 +2,7 @@ language: python
22
python:
33
- "2.7"
44
# command to install dependencies
5-
install: "pip install -r requirements.txt"
5+
install: "pip install -r requirements/tests.txt"
66
# command to run tests
77
script: nosetests --with-coverage
88
# upload coverage

0 commit comments

Comments
 (0)