mirror of
https://github.com/ankitects/anki.git
synced 2025-09-21 23:42:23 -04:00
update travis.yml
This commit is contained in:
parent
b80edee3c2
commit
ec1ee1255b
1 changed files with 1 additions and 2 deletions
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue