Explorar el Código

temporarily removed pypy3 from travis since build is failing due to permission issue

Miroslav Shubernetskiy hace 10 años
padre
commit
36b4723e57
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0 1
      .travis.yml

+ 0 - 1
.travis.yml

@@ -4,7 +4,6 @@ python:
   - "3.4"
   - "2.7"
   - "pypy"
-  - "pypy3"
 
 # command to install dependencies, e.g. pip install -r requirements.txt --use-mirrors
 install: pip install -r requirements-dev.txt