Skip to content
This repository has been archived by the owner on May 1, 2020. It is now read-only.

Commit

Permalink
Remove test support for python 2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
pumpikano committed Jan 6, 2016
1 parent f93de15 commit 0de7267
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,6 +1,5 @@
language: python
python:
- "2.6"
- "2.7"
before_install:
- sudo apt-get update -qq
Expand Down
2 changes: 1 addition & 1 deletion python/tox.ini
Expand Up @@ -4,7 +4,7 @@
# and then run "tox" from this directory.

[tox]
envlist = py26, py27
envlist = py27

[testenv]
deps=
Expand Down

0 comments on commit 0de7267

Please sign in to comment.