Merge pull request #7 from frankenmichl/travis

Add a basic travis configuration
pull/8/head
Johannes Thumshirn 4 years ago committed by GitHub
commit 57feb486a8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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