Merge pull request #41 from frewsxcv/patch-1
Enable automated testing with Python 3.4
This commit is contained in:
commit
4925960ced
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue