mirror of
https://github.com/romanz/amodem.git
synced 2026-03-10 00:55:57 +08:00
travis: test also on Python v3.4
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user