Skip to content
This repository was archived by the owner on Jun 27, 2023. It is now read-only.

Commit 956e8e2

Browse files
committed
Add other python versions for travis
1 parent a7983bb commit 956e8e2

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.travis.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,15 @@ language: python
22
python:
33
- "2.6"
44
- "2.7"
5+
- "3.0"
6+
- "3.1"
57
- "3.2"
68
- "3.3"
79
- "3.4"
810
- "3.5"
11+
- "3.5-dev"
12+
- "nightly"
13+
- "pypy"
914
before_install:
1015
- sudo apt-get update -qq
1116
- sudo apt-get install -qq build-essential swig

0 commit comments

Comments
 (0)