grg's picture
Cleaned old git history
be5548b
raw
history blame
No virus
148 Bytes
language: python
python:
- "3.5"
# command to install dependencies
install:
- pip3 install -e .
# command to run tests
script: ./run_tests.py