Commit 2cbffbf1 authored by WillBrennan's avatar WillBrennan

added makefile

parent 88310c94
......@@ -24,8 +24,10 @@ matrix:
- python: "3.7"
- python: "nightly"
install: "pip install -r requirements.txt"
install:
- make install
script:
- uname -a
- pytest --version
- pytest
\ No newline at end of file
- make test
\ No newline at end of file
init:
pip install -r requirements.txt
test:
pytest
yapf:
find . -type f -name "*.py" | xargs yapf -i
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment