Skip to content

Commit

Permalink
Update .travis.yml to run on python 3.8
Browse files Browse the repository at this point in the history
Signed-off-by: Piotr Karkit <karkucik@gmail.com>
  • Loading branch information
ekiro committed Feb 4, 2020
1 parent f62ca6e commit 07375e4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
language: python
python:
- "3.6"
- "3.7-dev"
- "3.7"
- "3.8"
install:
- "pip install -r requirements.test.txt"
- "python setup.py develop"
Expand Down

0 comments on commit 07375e4

Please sign in to comment.