1
0
mirror of https://github.com/deadc0de6/dotdrop.git synced 2026-02-04 14:31:46 +00:00

adding deps explicitely

This commit is contained in:
deadc0de6
2017-03-16 13:06:00 +01:00
parent 6029505440
commit d729835eb1

View File

@@ -7,6 +7,8 @@ python:
- "nightly"
install:
- "pip install pep8"
- "pip install nose"
- "pip install coverage"
- "pip install coveralls"
- "pip install -r requirements.txt"
script: