mirror of
https://github.com/quantum5/2048.git
synced 2025-04-24 12:32:03 -04:00
Modernize python versions tested
This commit is contained in:
parent
ea2c75fab7
commit
b123566166
|
@ -3,9 +3,10 @@ dist: trusty
|
||||||
language: python
|
language: python
|
||||||
python:
|
python:
|
||||||
- 2.7
|
- 2.7
|
||||||
- 3.4
|
|
||||||
- 3.5
|
|
||||||
- 3.6
|
- 3.6
|
||||||
|
- 3.7
|
||||||
|
- 3.8
|
||||||
|
- 3.9
|
||||||
addons:
|
addons:
|
||||||
apt:
|
apt:
|
||||||
packages:
|
packages:
|
||||||
|
|
Loading…
Reference in a new issue