Browse Source

Upgrade Travis CI to Python 3.7 (#14588)

Giuliano Zaro 5 years ago
parent
commit
65a2903aab
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      .travis.yml

+ 1
- 1
.travis.yml View File

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

Loading…
Cancel
Save