From 2b0f482653a5fdd79b0be7262604a7baf938b6ff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A1s=20Veres-Szentkir=C3=A1lyi?= Date: Tue, 20 Oct 2015 10:13:31 +0200 Subject: [PATCH] fixed supported Python versions --- .travis.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 52a2fcf..1c660b0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,5 @@ language: python python: - - "2.6" - "2.7" install: "pip install -r requirements.txt" script: nosetests