mirror of
https://github.com/Gandi/gandi.cli.git
synced 2026-01-16 23:00:21 +00:00
Use real python 3.7 from travis
see https://github.com/travis-ci/travis-ci/issues/9815
This commit is contained in:
parent
97df69cdb3
commit
5bc65a128d
1 changed files with 5 additions and 1 deletions
|
|
@ -6,7 +6,11 @@ python:
|
|||
- "3.3"
|
||||
- "3.5"
|
||||
- "3.6"
|
||||
- "3.7-dev"
|
||||
matrix:
|
||||
include:
|
||||
- python: 3.7
|
||||
dist: xenial
|
||||
sudo: true
|
||||
# command to install dependencies, e.g. pip install -r requirements.txt --use-mirrors
|
||||
install:
|
||||
- 'pip install -e ".[test]"'
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue