Update .travis.yml

This commit is contained in:
Brian Martin 2019-03-18 23:23:28 -04:00 committed by GitHub
parent ccbfc2d58f
commit d2a95f0168
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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