Selaa lähdekoodia

Removed py33 from test environments.

nuwan_ag 10 vuotta sitten
vanhempi
sitoutus
310b5d4987
2 muutettua tiedostoa jossa 1 lisäystä ja 2 poistoa
  1. 0 1
      .travis.yml
  2. 1 1
      tox.ini

+ 0 - 1
.travis.yml

@@ -5,7 +5,6 @@ os:
 #  - osx
 #  - osx
 env:
 env:
   - TOX_ENV=py27
   - TOX_ENV=py27
-  - TOX_ENV=py33
   - TOX_ENV=py34
   - TOX_ENV=py34
   - TOX_ENV=pypy
   - TOX_ENV=pypy
 matrix:
 matrix:

+ 1 - 1
tox.ini

@@ -4,7 +4,7 @@
 # and then run "tox" from this directory.
 # and then run "tox" from this directory.
 
 
 [tox]
 [tox]
-envlist = py27, py33, py34, pypy
+envlist = py27, py34, pypy
 
 
 [testenv]
 [testenv]
 commands = {envpython} setup.py test
 commands = {envpython} setup.py test