update travis.yml

This commit is contained in:
Damien Elmes 2016-07-04 16:45:49 +10:00
parent b80edee3c2
commit ec1ee1255b

View file

@ -1,10 +1,9 @@
language: python language: python
python: python:
- "2.7" - "3.4"
install: install:
- sudo apt-get update - sudo apt-get update
- sudo apt-get install python-qt4 mplayer lame libportaudio2 - sudo apt-get install python-qt4 mplayer lame libportaudio2
- pip install SQLAlchemy
- pip install nose - pip install nose
- pip install coveralls - pip install coveralls