Travis CI
This commit is contained in:
parent
e4e2eb6461
commit
90ff2f7d9f
11
src/.travis.yml
Normal file
11
src/.travis.yml
Normal file
@ -0,0 +1,11 @@
|
||||
sudo: required
|
||||
dist: trusty
|
||||
language: python
|
||||
python:
|
||||
- "2.7"
|
||||
|
||||
before_install:
|
||||
- sudo apt-get -qq update
|
||||
- sudo apt-get install -y anki python-sip
|
||||
|
||||
script: python runanki
|
||||
Loading…
Reference in New Issue
Block a user