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

Commit

Permalink
Install developer dependencies on travis
Browse files Browse the repository at this point in the history
  • Loading branch information
hydrosquall committed Nov 3, 2017
1 parent d384f99 commit 57aee5c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ python:
- '3.5'
install:
- pip install -r requirements.txt
- pip install -r requirements_dev.txt
script:
- python -m unittest discover
notifications:
Expand Down

0 comments on commit 57aee5c

Please sign in to comment.