Enable automated testing with Python 3.4

This commit is contained in:
Corey Farwell 2014-06-21 12:53:36 -07:00
parent a1dfd652d4
commit e0f043b1f6
1 changed files with 2 additions and 1 deletions

View File

@ -2,7 +2,8 @@ language: python
python:
- "2.7"
- "3.3"
- "3.4"
script:
# Run our tests
- cd tests
- python tests.py
- python tests.py