Skip to content

Commit 0d60361

Browse files
committed
fixup! build: explain how to test Python 3.6 or 3.7
1 parent 89129b1 commit 0d60361

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ language: cpp
1010
# To experiment with Python 3, comment out Python 2.7 and uncomment one of the Python 3 versions.
1111
env:
1212
global:
13-
- PYTHON_VERSION="2.7.15"
13+
- PYTHON_VERSION="3.7.1"
1414
# - PYTHON_VERSION="3.6.7"
1515
# - PYTHON_VERSION="3.7.1"
1616
jobs:

0 commit comments

Comments
 (0)