From 2af23c9f5b7ee947253b952efd875d3a7a37c52b Mon Sep 17 00:00:00 2001 From: Nicolas Jouanin Date: Sat, 27 Jun 2015 17:57:18 +0200 Subject: [PATCH] Travis config --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 833a34a..d334ad5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,6 @@ language: python python: - - "3.4.3 " + - "3.4" install: "pip install -r requirements.txt" # command to run tests script: nosetests \ No newline at end of file