From 49620461fab441f112aadf299a77f67dd1646d5e Mon Sep 17 00:00:00 2001 From: Alexander Jones Date: Wed, 29 Jun 2016 21:52:06 -0500 Subject: [PATCH] Enable Travis CI for Python 3.5 --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 1eecc41..17bc209 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,6 +4,7 @@ python: # - "3.2" - "3.3" - "3.4" + - "3.5" # command to install dependencies # install: "pip install -r requirements.txt" install: