There was an error while loading. Please reload this page.
1 parent fe04967 commit 02264c0Copy full SHA for 02264c0
2 files changed
.travis.yml
@@ -11,6 +11,7 @@ env:
11
- PYTHON_EXE="`which python2`"
12
- PYTHON_EXE="`which python3.4`"
13
- PYTHON_EXE="`which python3.5`"
14
+ - PYTHON_EXE="`which python3.6`"
15
16
install:
17
- PYTHON_EXE=$PYTHON_EXE ./configure
appveyor.yml
@@ -8,6 +8,8 @@ environment:
8
- PYTHON_EXE: "C:\\Python34-x64\\python.exe"
9
- PYTHON_EXE: "C:\\Python35\\python.exe"
10
- PYTHON_EXE: "C:\\Python35-x64\\python.exe"
+ - PYTHON_EXE: "C:\\Python36\\python.exe"
+ - PYTHON_EXE: "C:\\Python36-x64\\python.exe"
- configure
0 commit comments