From c56d541406215f1995669d4afeb18b948890dda1 Mon Sep 17 00:00:00 2001 From: Corey Farwell Date: Sun, 11 May 2014 20:32:02 -0700 Subject: [PATCH] Enable testing on Python 3.4 --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index d63dc3208..4a7d8ebbd 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,7 +4,8 @@ python: - "2.7" - "3.2" - "3.3" + - "3.4" # command to install dependencies install: "pip install -r requirements.txt --use-mirrors" # command to run tests -script: nosetests \ No newline at end of file +script: nosetests