Skip to content

Commit

Permalink
Added Python 3.8 to travis config. (dwolfhub#50)
Browse files Browse the repository at this point in the history
  • Loading branch information
Omer Katz authored and dwolfhub committed Jan 9, 2020
1 parent 8f4d784 commit 6664b20
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,12 @@ matrix:
- "3.5"
- "3.6"
- "3.7"
- "3.8"
- name: "Python >3.6"
sudo: required
python: 3.7
python:
- "3.7"
- "3.8"
dist: xenial
install: "pip install -r requirements.txt"
script:
Expand Down

0 comments on commit 6664b20

Please sign in to comment.