Sfoglia il codice sorgente

Removed py32, py35 and jython to fix travis

nuwan_ag 10 anni fa
parent
commit
fee7ef9b43
2 ha cambiato i file con 1 aggiunte e 4 eliminazioni
  1. 0 3
      .travis.yml
  2. 1 1
      tox.ini

+ 0 - 3
.travis.yml

@@ -5,12 +5,9 @@ os:
   - osx
 env:
   - TOX_ENV=py27
-  - TOX_ENV=py32
   - TOX_ENV=py33
   - TOX_ENV=py34
-  - TOX_ENV=py35
   - TOX_ENV=pypy
-  - TOX_ENV=jython
 install:
   - pip install tox
 script:

+ 1 - 1
tox.ini

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