Skip to content

Commit

Permalink
Run tests on 3.7 and 3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
simonw authored Jun 18, 2020
1 parent 6b5f22d commit 39995cf
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
Expand Up @@ -3,7 +3,8 @@ language: python
# 3.6 is listed first so it gets used for the later build stages
python:
- "3.6"
- "3.7-dev"
- "3.7"
- "3.8"

before_script:
- pip install -U datasette pip wheel pytest
Expand Down

0 comments on commit 39995cf

Please sign in to comment.