summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorZach Smith <zd@zdsmith.com>2019-12-20 14:59:49 -0500
committerGitHub <noreply@github.com>2019-12-20 14:59:49 -0500
commit27b1bf012e204c4beda18fb48cdf4b378f68ba8d (patch)
treecb8b54bc1f709bb5dd7556a933e16c61cfb71837 /.travis.yml
parentf3d10b945e176285185af9fe7e453db99d289d9e (diff)
parent4d4ccc579ed52463039eca41a4d7914dab73b8a0 (diff)
downloadpycco-master.tar.gz
Merge pull request #113 from pycco-docs/zax/update-for-ciHEADmaster
Update for CI
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