Update Travis-CI Configuration

Signed-off-by: Lars Kiesow <lkiesow@uos.de>
This commit is contained in:
Lars Kiesow 2015-01-03 22:09:31 +01:00
parent f9c2b36233
commit 6ac8191396
No known key found for this signature in database
GPG key ID: 5DAFE8D9C823CE73

View file

@ -1,10 +1,11 @@
language: python
python:
- "2.6"
- "2.7"
- "3.2"
- "3.3"
# command to install dependencies
install: "pip install lxml python-dateutil"
# command to run tests
script: py.test
before_install: pip install lxml python-dateutil
script: make test