Merge pull request #41 from frewsxcv/patch-1

Enable automated testing with Python 3.4
This commit is contained in:
Nikolajus 2015-02-12 20:04:53 +01:00 committed by Nikolajus Krauklis
commit 4925960ced
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