Merge pull request #873 from frewsxcv/patch-1

Enable testing on Python 3.4
This commit is contained in:
ZyX-I 2014-05-12 08:28:52 +04:00
commit 316609ffd7
1 changed files with 1 additions and 0 deletions

View File

@ -4,6 +4,7 @@ python:
- "2.7" - "2.7"
- "3.2" - "3.2"
- "3.3" - "3.3"
- "3.4"
install: tests/install.sh install: tests/install.sh
script: tests/test.sh script: tests/test.sh