Skip to content

Commit

Permalink
Python 2.6 is dead, stop trying to test it
Browse files Browse the repository at this point in the history
  • Loading branch information
Glenn Matthews committed Dec 4, 2019
1 parent bf01214 commit c03e2c2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .travis.yml
@@ -1,7 +1,6 @@
sudo: false
language: python
python:
- "2.6"
- "2.7"
- "3.4"
- "3.5"
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
@@ -1,5 +1,5 @@
[tox]
envlist = py26, py27, py34, py35, py36, pypy
envlist = py27, py34, py35, py36, pypy

[testenv]
deps = -rrequirements-tests.txt
Expand Down

0 comments on commit c03e2c2

Please sign in to comment.