Skip to content

Commit 7d1b305

Browse files
authored
Merge pull request #494 from QuantEcon/travis-python37
UPD: Update travis to use python=3.7
2 parents 7ea7b18 + 7cdd179 commit 7d1b305

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55

66
sudo: false #Use new Container Infrastructure
77
language: python
8+
dist: xenial
89

910
cache:
1011
pip: true
@@ -22,7 +23,7 @@ addons:
2223

2324
matrix:
2425
include:
25-
- python: 3.6
26+
- python: 3.7
2627
- os: osx
2728
osx_image: xcode10
2829
sudo: required

0 commit comments

Comments
 (0)