Skip to content

Commit d2e96e0

Browse files
committed
Test with python 3.4 and 3.5
1 parent e282295 commit d2e96e0

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
@@ -4,6 +4,8 @@ python:
44
- 2.7
55
- 3.2
66
- 3.3
7+
- 3.4
8+
- 3.5
79
install:
810
- if [[ $TRAVIS_PYTHON_VERSION == 2.6 ]]; then pip install importlib unittest2; fi
911
- pip install -r requirements.txt

0 commit comments

Comments
 (0)