Explorar el Código

Travis fix for Python 3.2.

tags/v0.4.3
Ben Kurtovic hace 8 años
padre
commit
2e6903cd52
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. +2
    -1
      .travis.yml

+ 2
- 1
.travis.yml Ver fichero

@@ -5,9 +5,10 @@ python:
- 3.2
- 3.3
- 3.4
- 3.5-dev
- 3.5
sudo: false
install:
- if [[ $TRAVIS_PYTHON_VERSION == '3.2' ]]; then pip install coverage==3.7.1; fi
- pip install coveralls
- python setup.py build
script:


Cargando…
Cancelar
Guardar