Browse Source

Upgrade Travis CI to Python 3.7 (#14588)

pull/1/head
Giuliano Zaro 5 years ago
committed by Scott Lahteine
parent
commit
65a2903aab
  1. 2
      .travis.yml

2
.travis.yml

@ -3,7 +3,7 @@ sudo: require
language: python
python:
- "2.7"
- "3.7"
notifications:
email: false

Loading…
Cancel
Save