`make dist && sudo make install` are used to install to /usr/local. `make test` then verifies the changes.
7 lines
119 B
YAML
7 lines
119 B
YAML
# Note: "shell" would be more appropriate
|
|
language: python
|
|
|
|
install: make dist && sudo make install
|
|
|
|
script: make test
|