Skip to content

Commit 8d8c140

Browse files
cclaussbd808
authored andcommitted
Travis CI: Add Python 3.6 and 3.7 to the testing
1 parent 96df2e8 commit 8d8c140

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

.travis.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,15 @@ python:
33
- "2.7"
44
- "3.4"
55
- "3.5"
6+
- "3.6"
67
- "pypy"
78
- "pypy3"
89
sudo: false
910
matrix:
1011
fast_finish: true
12+
include:
13+
- python: "3.7"
14+
dist: xenial # required for Python >= 3.7 (travis-ci/travis-ci#9069)
1115

1216
install:
1317
- pip install wheel tox-travis

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ envlist = py27, py34, py35, pypy, pypy3
44
[testenv]
55
deps = -r{toxinidir}/tests/requirements.txt
66
commands =
7-
flake8
7+
flake8 --ignore=E741,W605
88
nosetests

0 commit comments

Comments
 (0)