bumper/.travis.yml
2019-03-18 23:23:28 -04:00

12 lines
255 B
YAML

language: python
# Enable python 3.7 without globally enabling sudo and dist: xenial for other build jobs
matrix:
include:
- python: 3.7
dist: xenial
sudo: true
install:
- pip install pipenv
- pipenv install --dev
script: nosetests