Skip to content

Commit

Permalink
Merge pull request #83 from imZack/develop
Browse files Browse the repository at this point in the history
remove test for py26
  • Loading branch information
imZack authored Nov 30, 2016
2 parents 21effcb + 1c47a20 commit 288a14c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ install:
- pip install tox
script: make tox
env:
- TOXENV=py26
- TOXENV=py27
- TOXENV=pypy
after_success:
Expand Down
7 changes: 1 addition & 6 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,9 @@
# and then run "tox" from this directory.

[tox]
envlist = py26, py27, pypy
envlist = py27, pypy
skipsdist = True

[testenv:py26]
basepython = python2.6
deps = -rrequirements.txt
unittest2

[testenv:py27]
basepython = python2.7

Expand Down

0 comments on commit 288a14c

Please sign in to comment.