Skip to content

Commit

Permalink
Use YAML to install dependencies :P
Browse files Browse the repository at this point in the history
  • Loading branch information
deyk committed Oct 17, 2016
1 parent 2b15dca commit 397860f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ python:
- "3.5"
# command to install dependencies
install:
pip install -r test-requirements.txt
python setup.py develop
- pip install -r test-requirements.txt
- pip install .
# command to run tests
script:
nosetests --with-coverage --cover-package=duo
Expand Down

0 comments on commit 397860f

Please sign in to comment.