From 7cd47d0b01f1a8e3461ef3dbe5184684a4b12029 Mon Sep 17 00:00:00 2001 From: Andrew Ekstedt Date: Sat, 23 May 2015 18:29:24 -0700 Subject: [PATCH] Travis: Disable Python 3.4 --- .travis.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 486a594..48bc859 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,9 +1,11 @@ language: python python: - "2.7" - - "3.4" - "pypy" + # Someday.. + #- "3.4" + install: pip install -e . before_script: pokedex setup -v script: py.test