mirror of
https://github.com/ankitects/anki.git
synced 2025-09-20 23:12:21 -04:00
Merge pull request #1 from Inoryy/travis-ci
Pull travis-ci config from Inoryy:travis-ci
This commit is contained in:
commit
e4bc6a2194
1 changed files with 10 additions and 0 deletions
10
.travis.yml
Normal file
10
.travis.yml
Normal file
|
@ -0,0 +1,10 @@
|
|||
language: python
|
||||
python:
|
||||
- "2.7"
|
||||
install:
|
||||
- sudo apt-get update
|
||||
- sudo apt-get install python-qt4 mplayer lame libportaudio2
|
||||
- pip install SQLAlchemy
|
||||
- pip install nose
|
||||
|
||||
script: nosetests ./tests
|
Loading…
Reference in a new issue