Files
todo.txt-cli/.travis.yml
jmoore 42e7a079f8 Add .travis.yml
`make dist && sudo make install` are used
to install to /usr/local. `make test` then
verifies the changes.
2013-12-03 20:10:28 +01:00

7 lines
119 B
YAML

# Note: "shell" would be more appropriate
language: python
install: make dist && sudo make install
script: make test