Explorar el Código

Travis: Try tox 2.3.0

Ask Solem hace 8 años
padre
commit
3a41ec7a60
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      .travis.yml

+ 1 - 1
.travis.yml

@@ -23,7 +23,7 @@ before_install:
     lsb_release -a
 install:
   - pip install -U pip
-  - pip install tox --no-binary=tox
+  - pip install tox==2.3.0 --no-binary=tox
 script:
   - tox -v -- -v
 after_success: