language: python
python:
- "2.7"
- "3.5"
install:
- pip install .
- pip install -r requirements.pip
script: python3 tests/runtests.py --query=test_core