Skip to content

Commit

Permalink
try Python 3.7 for travis CI
Browse files Browse the repository at this point in the history
  • Loading branch information
httprunner committed Apr 17, 2019
1 parent 81448db commit 3339ebf
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,11 @@ python:
- 3.4
- 3.5
- 3.6
- 3.7-dev
matrix:
include:
- python: 3.7
dist: xenial
sudo: true
install:
- pip install pipenv --upgrade-strategy=only-if-needed
- pipenv install --dev --skip-lock
Expand Down

0 comments on commit 3339ebf

Please sign in to comment.