diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..0eb0d5e --- /dev/null +++ b/.travis.yml @@ -0,0 +1,17 @@ +language: python + +python: + - 3.6 + - nightly + +env: + - PIPENV_VENV_IN_PROJECT=1 + - PIPENV_IGNORE_VIRTUALENVS=1 + +install: + - pip install pipenv + - pipenv --three + - pipenv install -d --system + +script: + - pipenv run python -m unittest