8000 Add python 3.9 and fix python nightly · admdev8/github3.py@e47be2e · GitHub
[go: up one dir, main page]

Skip to content

Commit e47be2e

Browse files
committed
Add python 3.9 and fix python nightly
Nightly is now 3.9 based so tests were failing to find 3.8
1 parent 25d911c commit e47be2e

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.travis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,10 @@ matrix:
2525
env: TOXENV=py37
2626
- python: 3.8
2727
env: TOXENV=py38
28+
- python: 3.9
29+
env: TOXENV=py39
2830
- python: nightly
29-
env: TOXENV=py38
31+
env: TOXENV=py39
3032
- python: pypy
3133
env: TOXENV=pypy
3234
- python: 2.7

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tox]
2-
envlist = py{27,35,36,37,38,py},black,py{27,37}-flake8,doclint,commitlint,docstrings
2+
envlist = py{27,35,36,37,38,39,py},black,py{27,37}-flake8,doclint,commitlint,docstrings
33
minversion = 3.1.3
44

55
[testenv]

0 commit comments

Comments
 (0)
0