Skip to content

Commit 5fb855b

Browse files
committed
Test on 3.7
1 parent 55d2237 commit 5fb855b

File tree

1 file changed

+19
-10
lines changed

1 file changed

+19
-10
lines changed

.travis.yml

Lines changed: 19 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,23 @@
11
---
22
language: python
3-
python:
4-
- '2.7'
5-
- '3.3'
6-
- '3.4'
7-
- '3.5'
8-
- '3.6'
9-
- nightly
10-
- pypy
113
matrix:
4+
include:
5+
- python: 2.7
6+
dist: trusty
7+
- python: 3.3
8+
dist: trusty
9+
- python: 3.4
10+
dist: trusty
11+
- python: 3.5
12+
dist: trusty
13+
- python: 3.6
14+
dist: trusty
15+
- python: 3.7
16+
dist: xenial
17+
- python: nightly
18+
dist: xenial
19+
- python: pypy
20+
dist: trusty
1221
allow_failures:
1322
- python: nightly
1423

@@ -29,8 +38,8 @@ install:
2938
- "if [[ $TRAVIS_PYTHON_VERSION == '2.7' ]]; then pip install ipaddr; fi"
3039
script:
3140
- coverage run --source=geoip2 setup.py test
32-
- "if [[ $TRAVIS_PYTHON_VERSION == '3.6' ]]; then ./.travis-pylint.sh; fi"
33-
- "if [[ $TRAVIS_PYTHON_VERSION == '3.6' ]]; then ./.travis-yapf.sh; fi"
41+
- "if [[ $TRAVIS_PYTHON_VERSION == '3.7' ]]; then ./.travis-pylint.sh; fi"
42+
- "if [[ $TRAVIS_PYTHON_VERSION == '3.7' ]]; then ./.travis-yapf.sh; fi"
3443
after_success:
3544
- coveralls
3645
notifications:

0 commit comments

Comments
 (0)