Enable automated testing with Python 3.4
This commit is contained in:
parent
a1dfd652d4
commit
e0f043b1f6
|
@ -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