2017-01-24 05:38:45 +00:00
|
|
|
language: python
|
|
|
|
|
|
|
|
python:
|
|
|
|
- "2.7"
|
|
|
|
- "3.5"
|
|
|
|
|
|
|
|
install:
|
|
|
|
- pip install .
|
2017-01-24 05:39:44 +00:00
|
|
|
- pip install -r requirements.pip
|
2017-01-24 05:38:45 +00:00
|
|
|
|
2017-01-24 05:43:37 +00:00
|
|
|
script: python tests/runtests.py --query=test_core
|