Ver código fonte

Travis fix for Python 3.2.

tags/v0.4.3
Ben Kurtovic 8 anos atrás
pai
commit
2e6903cd52
1 arquivos alterados com 2 adições e 1 exclusões
  1. +2
    -1
      .travis.yml

+ 2
- 1
.travis.yml Ver arquivo

@@ -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:


Carregando…
Cancelar
Salvar