mirror of
https://github.com/cedricbonhomme/Stegano.git
synced 2025-05-12 17:18:30 +02:00
Update travils.yml file
This commit is contained in:
parent
08f4dd9357
commit
3fb30f06f3
2 changed files with 5 additions and 1 deletions
|
@ -2,7 +2,12 @@ language: python
|
||||||
python:
|
python:
|
||||||
- 3.6
|
- 3.6
|
||||||
|
|
||||||
|
env:
|
||||||
|
- PIPENV_VENV_IN_PROJECT=1
|
||||||
|
- PIPENV_IGNORE_VIRTUALENVS=1
|
||||||
|
|
||||||
install:
|
install:
|
||||||
|
- "pip install pipenv"
|
||||||
- "pipenv install"
|
- "pipenv install"
|
||||||
- "pipenv install --dev"
|
- "pipenv install --dev"
|
||||||
|
|
||||||
|
|
|
@ -8,4 +8,3 @@ recursive-include bin *
|
||||||
include COPYING
|
include COPYING
|
||||||
include README.rst
|
include README.rst
|
||||||
include CHANGELOG.rst
|
include CHANGELOG.rst
|
||||||
include requirements.txt
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue