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

Commit 57aee5c

Browse files
committed
Install developer dependencies on travis
1 parent d384f99 commit 57aee5c

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
@@ -8,6 +8,7 @@ python:
88
- '3.5'
99
install:
1010
- pip install -r requirements.txt
11+
- pip install -r requirements_dev.txt
1112
script:
1213
- python -m unittest discover
1314
notifications:

0 commit comments

Comments
 (0)