mirror of
https://github.com/LazoCoder/Pokemon-Terminal
synced 2024-11-22 20:03:14 +00:00
Remove Python 2 from testing and add Python 3.5.0
Pokemon-Terminal does not support Python 2.
This commit is contained in:
parent
911dff25f3
commit
7b4a7656fc
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ sudo: false
|
|||
dist: trusty
|
||||
language: python
|
||||
python:
|
||||
- "2.7.13"
|
||||
- "3.5.0"
|
||||
- "3.6.1"
|
||||
- "nightly" # currently points to 3.7-dev
|
||||
install:
|
||||
|
|
Loading…
Reference in a new issue