re requirement

This commit is contained in:
Sebastian Bachmann 2017-06-10 18:54:53 +02:00
parent 6c73a148ba
commit b58051843c
2 changed files with 3 additions and 0 deletions

View File

@ -10,6 +10,7 @@ python:
# command to install dependencies
install:
- "pip install ."
- "pip install -r requirements.txt"
# command to run tests
script:
# DEX tests

2
requirements.txt Normal file
View File

@ -0,0 +1,2 @@
mock
future