Skip to content

Commit 39efc37

Browse files
committed
Update travis python to 3.8
1 parent 80f168d commit 39efc37

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
language: python
22
python:
33
# - "2.7" <- Unsupported, uses 2.7.9 ?
4-
- "3.6"
4+
- "3.8"
55
# PyPy versions
66
# - "pypy" # PyPy2 2.5.0
77
# - "pypy3" # Pypy3 2.4.0

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ commands = flake8
3838

3939
[travis]
4040
python =
41-
3.6: py36, flake8
41+
3.8: py38, flake8
4242

4343
[pytest]
4444
norecursedirs = test_*tmp runtime

0 commit comments

Comments
 (0)