Skip to content

Commit 1e6fdb3

Browse files
authored
Travis CI: Upgrade to Python 3.8
1 parent b190c8f commit 1e6fdb3

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.travis.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
language: python
2-
dist: xenial # required for Python >= 3.7
3-
python: 3.7
2+
python: 3.8
43
cache: pip
54
before_install: pip install --upgrade pip setuptools
65
install: pip install -r requirements.txt

0 commit comments

Comments
 (0)