mirror of
https://github.com/LazoCoder/Pokemon-Terminal
synced 2024-11-26 13:50:18 +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
|
language: python
|
||||||
python:
|
python:
|
||||||
- "2.7.13"
|
- "2.7.13"
|
||||||
- "3.6.0"
|
- "3.6.1"
|
||||||
- "nightly" # currently points to 3.7-dev
|
- "nightly" # currently points to 3.7-dev
|
||||||
install:
|
install:
|
||||||
- pip install flake8
|
- pip install flake8
|
||||||
|
|
Loading…
Reference in a new issue