@ -6,7 +6,7 @@ python:
- "3.5"
# command to install dependencies
install:
- "pip install pyfakefs"
- "pip install -r tests/requirements.txt"
- "python setup.py install"
# command to run tests
script: python -m unittest discover