Skip to content
This repository was archived by the owner on Oct 16, 2024. It is now read-only.

Commit 433495d

Browse files
author
Ed Bartosh
committed
port to Python3: add python3 targets to .travis.yml
Added supported Python 3 versions to the Travis CI configuration. Signed-off-by: Ed Bartosh <[email protected]>
1 parent 8ad1608 commit 433495d

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

.travis.yml

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,13 @@ language: python
22
python:
33
- "2.6"
44
- "2.7"
5-
# bmap-tools don't support 3.x yet, thus disable.
6-
# pypy 2.x currently also disabled, until testing fixed.
7-
# - "3.2"
8-
# - "3.3"
9-
# - "3.4"
10-
# - "3.5"
11-
# - "3.5-dev" # 3.5 development branch
12-
# - "nightly" # currently points to 3.6-dev
5+
- "3.3"
6+
- "3.4"
7+
- "3.5"
8+
- "3.6"
9+
- "3.7-dev" # 3.7 development branch
10+
- "nightly" # currently points to 3.6-dev
11+
# pypy 2.x currently disabled, until testing fixed.
1312
# - "pypy"
1413
# - "pypy3"
1514
# command to install dependencies

0 commit comments

Comments
 (0)