Skip to content

Commit

Permalink
fix travis install command
Browse files Browse the repository at this point in the history
  • Loading branch information
sdague committed Jan 12, 2018
1 parent 1ab7437 commit 8a1736a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -19,6 +19,6 @@ cache:
- $HOME/.cache/pip

# command to install dependencies, e.g. pip install -r requirements.txt --use-mirrors
install: pip install -r requirements.txt -r test-requirements.txt
install: pip install -U tox

script: travis_wait 30 tox --develop

0 comments on commit 8a1736a

Please sign in to comment.