2014-06-01 13:39:37 +02:00
|
|
|
language: python
|
|
|
|
python:
|
|
|
|
- "2.6"
|
|
|
|
- "2.7"
|
|
|
|
- "3.2"
|
|
|
|
- "3.3"
|
|
|
|
# command to install dependencies
|
2014-06-02 22:55:25 +02:00
|
|
|
install: "pip install lxml python-dateutil"
|
2014-06-01 13:39:37 +02:00
|
|
|
# command to run tests
|
|
|
|
script: py.test
|