travis: test also on Python v3.4

This commit is contained in:
Roman Zeyde
2014-09-28 20:30:50 +03:00
parent 34ce0f8783
commit e7c04e4aa9

View File

@@ -2,12 +2,13 @@ language: python
python:
- "2.7"
- "3.3"
- "3.4"
install:
- pip install .
- pip install coveralls
script:
script:
- cd tests
- coverage run --source=amodem -m py.test