mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 22:12:21 -04:00
Update Python versions for Travis CI builds
I have stopped testing under Python 3.4 due to the PR #152.
This commit is contained in:
parent
97f280923c
commit
a0d106ee5f
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