Tests and CI #16
1 changed files with 6 additions and 2 deletions
|
|
@ -1,6 +1,10 @@
|
||||||
language: python
|
language: python
|
||||||
python:
|
# Enable python 3.7 without globally enabling sudo and dist: xenial for other build jobs
|
||||||
- "3.7"
|
matrix:
|
||||||
|
include:
|
||||||
|
- python: 3.7
|
||||||
|
dist: xenial
|
||||||
|
sudo: true
|
||||||
install:
|
install:
|
||||||
- pip install pipenv
|
- pip install pipenv
|
||||||
- pipenv install --dev
|
- pipenv install --dev
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue