Skip to content
This repository was archived by the owner on Nov 3, 2020. It is now read-only.

Commit b28dfe6

Browse files
authored
Upgrade Travis CI python versions
Removed pypy testing and included python 3.8.2 testing (latest version right now)
1 parent 7873155 commit b28dfe6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ sudo: required
66
jobs:
77
include:
88
- python: '3.6'
9-
- python: '3.7.2'
10-
- python: pypy3.5-5.10.1
9+
- python: '3.7.3'
10+
- python: '3.8.2'
1111

1212
install:
1313
- pip install -r requirements.txt

0 commit comments

Comments
 (0)