Commit fe8c85ca by Calen Pennington

Add a default task to the makefile

parent 3128de09
......@@ -10,6 +10,6 @@ install:
- pip install -r test-requirements.txt
- pip install -r quality-requirements.txt
script:
- make test docs quality
- make
after_success:
- coveralls
\ No newline at end of file
default: test quality docs
test:
tox
......
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