Update Travis-CI Configuration
Signed-off-by: Lars Kiesow <lkiesow@uos.de>
This commit is contained in:
parent
f9c2b36233
commit
6ac8191396
1 changed files with 5 additions and 4 deletions
|
@ -1,10 +1,11 @@
|
||||||
language: python
|
language: python
|
||||||
|
|
||||||
python:
|
python:
|
||||||
- "2.6"
|
- "2.6"
|
||||||
- "2.7"
|
- "2.7"
|
||||||
- "3.2"
|
- "3.2"
|
||||||
- "3.3"
|
- "3.3"
|
||||||
# command to install dependencies
|
|
||||||
install: "pip install lxml python-dateutil"
|
before_install: pip install lxml python-dateutil
|
||||||
# command to run tests
|
|
||||||
script: py.test
|
script: make test
|
||||||
|
|
Loading…
Reference in a new issue