summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml4
1 files changed, 1 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml
index a4d0789..e90d4d1 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -2,7 +2,7 @@ sudo: false
language: python
python:
- '2.7'
- - '3.5'
+ - '3.6'
install:
- 'pip install -r requirements.txt'
- 'pip install -r requirements.test.txt'
@@ -13,8 +13,6 @@ after_success:
- coveralls
matrix:
include:
- - python: 3.5
- env: CODESTYLE=true
- python: 2.7
env: TOXENV=py27
install: pip install tox