Commit fe8c85ca by Calen Pennington

Add a default task to the makefile

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