Commit 2db5d1f3 authored by rusty1s's avatar rusty1s
Browse files

build script

parent 8cfc1cd1
...@@ -16,6 +16,7 @@ install: ...@@ -16,6 +16,7 @@ install:
script: script:
- pycodestyle . - pycodestyle .
- flake8 . - flake8 .
- python build.py
- python setup.py install - python setup.py install
- python setup.py test - python setup.py test
notifications: notifications:
......
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