mirror of
https://github.com/ankitects/anki.git
synced 2025-11-09 14:17:13 -05: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
|
language: python
|
||||||
python:
|
python:
|
||||||
- "3.4"
|
- "3.5"
|
||||||
|
- "3.6"
|
||||||
install:
|
install:
|
||||||
- sudo apt-get update
|
- sudo apt-get update
|
||||||
- sudo apt-get install portaudio19-dev
|
- sudo apt-get install portaudio19-dev
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue