Skip to content

Commit

Permalink
Updated travis to run tox tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Apple, Christopher committed Oct 9, 2017
1 parent 213ea74 commit 184f1fb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ python:
- "2.7"
- "3.6"
cache: pip
install: pip install -e .[dev]
script: pytest
install: pip install tox-travis
script: tox
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tox]
envlist = py27, py32, py35, py36
envlist = py27, py36

[testenv]
commands = pip install -q -e .[dev]
Expand Down

0 comments on commit 184f1fb

Please sign in to comment.