Skip to content

Commit e737deb

Browse files
authored
Allow testing on Python 3.8
1 parent 225d443 commit e737deb

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ language: python
33
python:
44
- "3.6"
55
- "3.7"
6+
- "3.8"
67
install:
78
- pip install -r requirements.txt
89
script:

0 commit comments

Comments
 (0)