Add a basic travis configuration

This should help us getting a basic CI running.
Disable pytest until we have some tests

Signed-off-by: Michael Moese <mmoese@suse.com>
pull/7/head
Michael Moese 4 years ago
parent 9a0657fbd2
commit b35508d02e

@ -0,0 +1,12 @@
language: python
python:
- "3.5"
install:
- make setup
script:
- make test
after_success:
- codecov

@ -15,7 +15,7 @@ setup:
test:
${PYCODESTYLE} *.py
${PYTHON} -m pytest
# ${PYTHON} -m pytest
clean:
@echo "cleaning"

Loading…
Cancel
Save