Skip to content
This repository was archived by the owner on Aug 28, 2020. It is now read-only.

Commit 58e9d25

Browse files
committed
Install developer dependencies on travis
1 parent d384f99 commit 58e9d25

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
@@ -9,6 +9,7 @@ python:
99
install:
1010
- pip install -r requirements.txt
1111
script:
12+
- pip install -r requirements_dev.txt
1213
- python -m unittest discover
1314
notifications:
1415
hipchat:

0 commit comments

Comments
 (0)