diff --git a/.travis.yml b/.travis.yml
index 9be4611..a22a884 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,9 +1,9 @@
 language: python
 python:
-  - 2.6
   - 2.7
   - 3.3
   - 3.4
+  - 3.5
 install:
   - pip install flake8
 script:
diff --git a/tox.ini b/tox.ini
index 06b54c2..b52d3ab 100644
--- a/tox.ini
+++ b/tox.ini
@@ -4,7 +4,7 @@
 # and then run "tox" from this directory.
 
 [tox]
-envlist = flake8, py26, py27, py33, py34
+envlist = flake8, py27, py33, py34, py35
 
 [testenv]
 commands = python setup.py test