Skip to content

Commit a083398

Browse files
committed
Merge pull request #179 from CentricWebEstate/develop
Make travis do tests against py3k .3 and .4
2 parents b909b48 + c3d8b72 commit a083398

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.travis.yml

+2
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,7 @@ language: python
22
python:
33
- "2.6"
44
- "2.7"
5+
- "3.3"
6+
- "3.4"
57
install: "pip install -r requirements.txt"
68
script: py.test

0 commit comments

Comments
 (0)