diff --git a/.travis.yml b/.travis.yml index d83083a..72c542b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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