Skip to content

Commit 7129801

Browse files
committed
Installing dev requirements on Travis.
1 parent e6a9c92 commit 7129801

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,6 @@ python:
44
- 2.7
55
install:
66
- pip install -r requirements.txt --use-mirrors
7+
- pip install -r dev-requirements.txt --use-mirrors
78
script:
89
- nosetests tests

0 commit comments

Comments
 (0)