Ver código fonte

Upgrade Travis CI to Python 3.7 (#14588)

Giuliano Zaro 5 anos atrás
pai
commit
65a2903aab
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1
    1
      .travis.yml

+ 1
- 1
.travis.yml Ver arquivo

@@ -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

Carregando…
Cancelar
Salvar