Download this file
1 2 3 4 5 6 7
language: python python: - "3.6" install: - pip install -r requirements.txt - pip install . script: cd tests && python -m unittest -v