Skip to content

Commit

Permalink
Go back to just 3.5, need to know more about tox
Browse files Browse the repository at this point in the history
  • Loading branch information
pts-csheppard committed Apr 30, 2018
1 parent a27045e commit a50ebb6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ python:
- "2.6"
- "2.7"
- "3.5"
- "3.6"
- "3.7"

sudo: false
install: "pip install -r requirements.txt"
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# and then run "tox" from this directory.

[tox]
envlist = py26, py27, py35, py36, py37
envlist = py26, py27, py35

[testenv]
commands = nosetests
Expand Down

0 comments on commit a50ebb6

Please sign in to comment.