From 43db6a5337768f46c7c75ca73b74ce86e9421448 Mon Sep 17 00:00:00 2001 From: "Eevee (Alex Munroe)" Date: Mon, 5 Oct 2015 08:15:25 -0700 Subject: [PATCH] That day is today -- run Travis on Python 3! --- .travis.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 3ab1d72..cc11535 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,10 +1,11 @@ language: python python: + - "2.6" - "2.7" + - "3.4" + - "3.5" - "pypy" - - # Someday... - #- "3.4" + - "pypy3" install: pip install -e . before_script: pokedex setup -v