mirror of
https://github.com/cedricbonhomme/Stegano.git
synced 2025-05-12 17:18:30 +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
|
language: python
|
||||||
python:
|
python:
|
||||||
- 3.5
|
|
||||||
- 3.6
|
- 3.6
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- "pip install -r requirements.txt"
|
- "pipenv install"
|
||||||
- "pip install -r requirements.dev.txt"
|
- "pipenv install --dev"
|
||||||
|
|
||||||
script:
|
script:
|
||||||
# Run the test suit
|
# Run the test suit
|
||||||
|
|
4
Pipfile
4
Pipfile
|
@ -14,3 +14,7 @@ crayons = "*"
|
||||||
|
|
||||||
[dev-packages]
|
[dev-packages]
|
||||||
|
|
||||||
|
pep8 = "*"
|
||||||
|
coverage = "*"
|
||||||
|
coveralls = "*"
|
||||||
|
mypy = "*"
|
||||||
|
|
|
@ -1,4 +0,0 @@
|
||||||
pep8
|
|
||||||
coverage
|
|
||||||
coveralls
|
|
||||||
mypy
|
|
Loading…
Add table
Reference in a new issue