Browse Source

Travis fix for Python 3.2.

tags/v0.4.3
Ben Kurtovic 8 years ago
parent
commit
2e6903cd52
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      .travis.yml

+ 2
- 1
.travis.yml View File

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


Loading…
Cancel
Save