Skip to content

Commit

Permalink
Stop testing against Python 2.6 as flake8 no longer works there. Add …
Browse files Browse the repository at this point in the history
…Python 3.5.
  • Loading branch information
lrowe committed Oct 11, 2016
1 parent e77c4b5 commit ad8fca5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
language: python
python:
- 2.6
- 2.7
- 3.3
- 3.4
- 3.5
install:
- pip install flake8
script:
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 = flake8, py26, py27, py33, py34
envlist = flake8, py27, py33, py34, py35

[testenv]
commands = python setup.py test
Expand Down

0 comments on commit ad8fca5

Please sign in to comment.