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,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…
Cancel
Save