language: python python: - "2.7" install: pip install -r requirements-dev.txt script: python setup.py install && pytest tests/unit-tests.py -x -s -v