anki/.travis.yml
Illia Volochii a0d106ee5f Update Python versions for Travis CI builds
I have stopped testing under Python 3.4 due to the PR #152.
2017-02-26 22:03:12 +02:00

13 lines
269 B
YAML

language: python
python:
- "3.5"
- "3.6"
install:
- sudo apt-get update
- sudo apt-get install portaudio19-dev
- pip install -r requirements.txt
- pip install nose
- pip install coveralls
script: nosetests ./tests --with-coverage --cover-package=./anki