Skip to content

Commit

Permalink
Merge pull request #39 from Yelp/travis-tox
Browse files Browse the repository at this point in the history
Install tox in travis
  • Loading branch information
nhandler committed Nov 10, 2015
2 parents 5ea7ec0 + cd4106a commit cdc800d
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 cdc800d

Please sign in to comment.