mirror of
https://github.com/cedricbonhomme/Stegano.git
synced 2025-05-13 01:18:31 +02:00
Added Travis file.
This commit is contained in:
parent
0d6748e737
commit
290e679ea0
1 changed files with 9 additions and 0 deletions
9
.travis.yml
Normal file
9
.travis.yml
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
language: python
|
||||||
|
python:
|
||||||
|
- "3.5"
|
||||||
|
|
||||||
|
install:
|
||||||
|
- "pip install -r requirements.txt"
|
||||||
|
|
||||||
|
script:
|
||||||
|
- nosetests
|
Loading…
Add table
Reference in a new issue