Update travils.yml file

This commit is contained in:
Cédric Bonhomme 2018-02-23 21:31:43 +01:00
parent 08f4dd9357
commit 3fb30f06f3
No known key found for this signature in database
GPG key ID: A1CB94DE57B7A70D
2 changed files with 5 additions and 1 deletions

View file

@ -2,7 +2,12 @@ language: python
python:
- 3.6
env:
- PIPENV_VENV_IN_PROJECT=1
- PIPENV_IGNORE_VIRTUALENVS=1
install:
- "pip install pipenv"
- "pipenv install"
- "pipenv install --dev"

View file

@ -8,4 +8,3 @@ recursive-include bin *
include COPYING
include README.rst
include CHANGELOG.rst
include requirements.txt