Skip to content

Commit 1ed96dc

Browse files
committed
Use python 3.8
1 parent 4a464d4 commit 1ed96dc

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,6 +1,6 @@
11
---
22
language: python
3-
python: 3.7
3+
python: 3.8
44

55
cache:
66
pip: true

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tox]
2-
envlist = py36
2+
envlist = py38
33

44
[testenv]
55
deps = pytest

0 commit comments

Comments
 (0)