Select Git revision
.travis.yml
-
Alexandre Ferland authoredAlexandre Ferland authored
.travis.yml 189 B
language: python
python:
- "2.7"
- "3.4"
- "3.5"
env:
- FLASK=0.11
- FLASK=0.10.1
install:
- pip install Flask==$FLASK
- pip install -r dev_requirements.txt
script: nosetests