2016-03-23 17:33:58 +01:00
|
|
|
language: python
|
2018-04-11 11:07:01 +02:00
|
|
|
|
|
|
|
addons:
|
|
|
|
apt_packages:
|
|
|
|
- pandoc
|
|
|
|
|
2016-03-23 17:33:58 +01:00
|
|
|
python:
|
|
|
|
- "2.7"
|
|
|
|
- "3.3"
|
|
|
|
- "3.4"
|
|
|
|
- "3.5"
|
2018-04-11 11:07:01 +02:00
|
|
|
|
2016-03-23 17:33:58 +01:00
|
|
|
# command to install dependencies
|
|
|
|
install: "pip install -r requirements.txt"
|
2018-04-11 11:07:01 +02:00
|
|
|
|
2016-03-23 17:33:58 +01:00
|
|
|
# command to run tests
|
|
|
|
script: python tests.py
|