Run tests in python 2.7, 3.3 and 3.4 in travis

This commit is contained in:
Benjamin ABEL 2014-11-08 21:24:39 +01:00
parent 81d42c551e
commit a46788154c

View File

@ -2,10 +2,13 @@ language: python
python:
- "2.7"
- "3.3"
- "3.4"
install:
- pip install -r requirements.txt --use-mirrors
- pip install coveralls
script:
- coverage run --source=. run_tests.py
after_success:
- coveralls
- coveralls