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:
jmoore
2013-12-03 19:59:44 +01:00
parent 1f410e4066
commit 42e7a079f8

6
.travis.yml Normal file
View File

@@ -0,0 +1,6 @@
# Note: "shell" would be more appropriate
language: python
install: make dist && sudo make install
script: make test