mirror of
https://github.com/cedricbonhomme/Stegano.git
synced 2025-06-29 19:46:13 +02:00
Fix error in travis.yml with the new Pipfile.
This commit is contained in:
parent
894a361340
commit
08f4dd9357
3 changed files with 6 additions and 7 deletions
|
@ -1,11 +1,10 @@
|
|||
language: python
|
||||
python:
|
||||
- 3.5
|
||||
- 3.6
|
||||
|
||||
install:
|
||||
- "pip install -r requirements.txt"
|
||||
- "pip install -r requirements.dev.txt"
|
||||
- "pipenv install"
|
||||
- "pipenv install --dev"
|
||||
|
||||
script:
|
||||
# Run the test suit
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue