Tests and CI #16

Merged
bmartin5692 merged 9 commits from dev into master 2019-03-19 04:39:04 +01:00
Showing only changes of commit d2a95f0168 - Show all commits

View file

@ -1,6 +1,10 @@
language: python
python:
- "3.7"
# 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