mirror of
https://github.com/ankitects/anki.git
synced 2025-09-19 22:42:25 -04:00
Merge pull request #175 from illia-v/update-python-in-travis-configs
Update Python versions for Travis CI builds
This commit is contained in:
commit
1e96500d76
1 changed files with 2 additions and 1 deletions
|
@ -1,6 +1,7 @@
|
|||
language: python
|
||||
python:
|
||||
- "3.4"
|
||||
- "3.5"
|
||||
- "3.6"
|
||||
install:
|
||||
- sudo apt-get update
|
||||
- sudo apt-get install portaudio19-dev
|
||||
|
|
Loading…
Reference in a new issue