Skip to content

Commit

Permalink
Remove Python 2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Bruno Alla committed May 17, 2017
1 parent 1c2e9d6 commit 62da7c0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ env:
- TOXENV=py34
- TOXENV=py33
- TOXENV=py27
- TOXENV=py26
- TOXENV=pypy

# command to install dependencies, e.g. pip install -r requirements.txt --use-mirrors
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tox]
envlist = py26, py27, py33, py34, py35, flake8
envlist = py27, py33, py34, py35, flake8

[testenv:flake8]
basepython=python
Expand Down

0 comments on commit 62da7c0

Please sign in to comment.