From e7c04e4aa9ec2b812319350217345566dfb2ce72 Mon Sep 17 00:00:00 2001 From: Roman Zeyde Date: Sun, 28 Sep 2014 20:30:50 +0300 Subject: [PATCH] travis: test also on Python v3.4 --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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