jhao
%!s(int64=6) %!d(string=hai) anos
Modificáronse 1 ficheiros con
5 adicións e
2 borrados
-
5
2
.travis.yml
|
@@ -1,7 +1,10 @@
|
|
|
language: python
|
|
language: python
|
|
|
python:
|
|
python:
|
|
|
- - 2.7
|
|
|
|
|
- # - nightly
|
|
|
|
|
|
|
+ - "2.7"
|
|
|
|
|
+ - "3.4"
|
|
|
|
|
+ - "3.5"
|
|
|
|
|
+ - "3.6"
|
|
|
|
|
+ - "3.7"
|
|
|
os:
|
|
os:
|
|
|
- linux
|
|
- linux
|
|
|
install:
|
|
install:
|