Add .travis.yml
`make dist && sudo make install` are used to install to /usr/local. `make test` then verifies the changes.
This commit is contained in:
6
.travis.yml
Normal file
6
.travis.yml
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
# Note: "shell" would be more appropriate
|
||||||
|
language: python
|
||||||
|
|
||||||
|
install: make dist && sudo make install
|
||||||
|
|
||||||
|
script: make test
|
||||||
Reference in New Issue
Block a user