diff --git a/.travis.yml b/.travis.yml index d3d8cbb57..81a26eb07 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,11 +3,9 @@ language: python python: - - "3.3" - "2.7" - - "2.6" - "pypy" install: pip install -U . -script: py.test \ No newline at end of file +script: py.test diff --git a/tox.ini b/tox.ini index 88a9f8743..1d132fe4d 100644 --- a/tox.ini +++ b/tox.ini @@ -1,6 +1,6 @@ [tox] -envlist =py26,py27,py33 +envlist =py27 [testenv] deps=pytest commands= - py.test \ No newline at end of file + py.test