Skip to content

Commit 33899be

Browse files
committed
.travis.yml: Remove unnecessary dependencies.
1 parent 2e5eca9 commit 33899be

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
@@ -5,7 +5,7 @@ python:
55
- '3.4'
66
- pypy
77
install:
8-
- pip install -qr dev-requirements.txt
8+
- pip install -qr test-requirements.txt
99
script:
1010
- nosetests
1111
deploy:

0 commit comments

Comments
 (0)