Explorar el Código

Upgrade Travis CI to Python 3.7 (#14588)

Giuliano Zaro hace 5 años
padre
commit
65a2903aab
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      .travis.yml

+ 1
- 1
.travis.yml Ver fichero

@@ -3,7 +3,7 @@ sudo: require
3 3
 
4 4
 language: python
5 5
 python:
6
-  - "2.7"
6
+  - "3.7"
7 7
 
8 8
 notifications:
9 9
   email: false

Loading…
Cancelar
Guardar