Skip to content

Commit 8e5f940

Browse files
committed
Add travis support for 3.3
In order for py3.3 patch to be tested
1 parent 0fab6da commit 8e5f940

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,12 @@ python:
33
- "2.5"
44
- "2.6"
55
- "2.7"
6+
- "3.3"
67

78
# command to install dependencies
89
install:
910
- "pip install -r requirements.txt --use-mirrors"
1011
- "python setup.py -q install"
12+
1113
# command to run tests
1214
script: nosetests tests

0 commit comments

Comments
 (0)