Skip to content

Commit

Permalink
Install tox in travis
Browse files Browse the repository at this point in the history
  • Loading branch information
nhandler committed Nov 10, 2015
1 parent 59ba5f0 commit cd4106a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
language: python
python:
- "2.7"
install: "pip install -r requirements.txt"
install:
- pip install --use-mirrors tox
script: make test

0 comments on commit cd4106a

Please sign in to comment.