Skip to content

Commit 02264c0

Browse files
committed
Add Python 3.6 to CI #22
Signed-off-by: Philippe Ombredanne <pombredanne@nexb.com>
1 parent fe04967 commit 02264c0

2 files changed

Lines changed: 3 additions & 0 deletions

File tree

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ env:
1111
- PYTHON_EXE="`which python2`"
1212
- PYTHON_EXE="`which python3.4`"
1313
- PYTHON_EXE="`which python3.5`"
14+
- PYTHON_EXE="`which python3.6`"
1415

1516
install:
1617
- PYTHON_EXE=$PYTHON_EXE ./configure

appveyor.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ environment:
88
- PYTHON_EXE: "C:\\Python34-x64\\python.exe"
99
- PYTHON_EXE: "C:\\Python35\\python.exe"
1010
- PYTHON_EXE: "C:\\Python35-x64\\python.exe"
11+
- PYTHON_EXE: "C:\\Python36\\python.exe"
12+
- PYTHON_EXE: "C:\\Python36-x64\\python.exe"
1113

1214
install:
1315
- configure

0 commit comments

Comments
 (0)