mirror of
https://github.com/cedricbonhomme/Stegano.git
synced 2025-05-12 17:18:30 +02:00
install dev requirements for Travis.
This commit is contained in:
parent
3bc6afde81
commit
ce28039b1a
1 changed files with 1 additions and 0 deletions
|
@ -4,6 +4,7 @@ python:
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- "pip install -r requirements.txt"
|
- "pip install -r requirements.txt"
|
||||||
|
- "pip install -r requirements.dev.txt"
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- nosetests --with-coverage --cover-package=stegano
|
- nosetests --with-coverage --cover-package=stegano
|
||||||
|
|
Loading…
Add table
Reference in a new issue