Skip to content
This repository was archived by the owner on Jan 7, 2021. It is now read-only.

Commit 4e2f5de

Browse files
committed
Added test materials for Python 3.2 and added the full suite of python versions back to our Travis config
1 parent 1e68505 commit 4e2f5de

2 files changed

Lines changed: 6 additions & 0 deletions

File tree

.travis.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
language: python
22
python:
3+
- '2.5'
4+
- '2.6'
5+
- '2.7'
6+
- '3.2'
37
- '3.3'
48
install:
59
- pip install -r requirements.txt --use-mirrors

test.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@ def get_editable_document(self, version):
8585
"2.5": "351008-lbex-docid-3383445",
8686
"2.6": "15144-mitchrpt",
8787
"2.7": "351151-lbex-docid-130036",
88+
"3.2": "350987-lbex-docid-131059",
8889
"3.3": "351029-lbex-docid-149714",
8990
}
9091
return version2slug[str(version)]
@@ -102,6 +103,7 @@ def get_editable_project(self, version):
102103
"2.5": 11051,
103104
"2.6": 11048,
104105
"2.7": 11047,
106+
"3.2": 11134,
105107
"3.3": 11070,
106108
}
107109
return version2slug[str(version)]

0 commit comments

Comments
 (0)