File tree Expand file tree Collapse file tree 1 file changed +19
-10
lines changed
Expand file tree Collapse file tree 1 file changed +19
-10
lines changed Original file line number Diff line number Diff line change 11---
22language : python
3- python :
4- - ' 2.7'
5- - ' 3.3'
6- - ' 3.4'
7- - ' 3.5'
8- - ' 3.6'
9- - nightly
10- - pypy
113matrix :
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"
3039script :
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"
3443after_success :
3544 - coveralls
3645notifications :
You can’t perform that action at this time.
0 commit comments