mirror of
https://github.com/LazoCoder/Pokemon-Terminal
synced 2024-11-22 20:03:14 +00:00
Ensure latest and greatest version of Python
This commit is contained in:
parent
48a0802f5a
commit
a30a02e666
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ dist: trusty
|
|||
language: python
|
||||
python:
|
||||
- "2.7.13"
|
||||
- "3.6.0"
|
||||
- "3.6.1"
|
||||
- "nightly" # currently points to 3.7-dev
|
||||
install:
|
||||
- pip install flake8
|
||||
|
|
Loading…
Reference in a new issue