Skip to content
Snippets Groups Projects
Commit 0def67bd authored by Vermaat's avatar Vermaat
Browse files

Merge pull request #16 from LUMC/travis

Add Travis CI configuration
parents f43118fd 4c80a48d
No related branches found
No related tags found
No related merge requests found
# Validate this file using http://lint.travis-ci.org/
language: python
python:
- "2.7"
before_install:
- pip install -r requirements.txt
install:
- pip install .
script: py.test
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment