Skip to content

Commit

Permalink
Add 3.6 to CI and tox, remove old versions
Browse files Browse the repository at this point in the history
  • Loading branch information
merwok committed May 19, 2017
1 parent 6b5a4c6 commit fc0759d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
language: python
python:
- "2.6"
- "2.7"
- "3.3"
- "3.4"
- "3.5"
- "3.6"
install:
- pip install -U pip wheel
- 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 = py27, py33, py34, p35
envlist = py27, py34, py35, py36

[testenv]
setenv:
Expand Down

0 comments on commit fc0759d

Please sign in to comment.