Now using Travis-CI to automatize the tests, some changes to make tests pass in python3.3
This commit is contained in:
parent
0eccef32bf
commit
5f7b240aa6
3 changed files with 18 additions and 6 deletions
7
.travis.yml
Normal file
7
.travis.yml
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
language: python
|
||||
python:
|
||||
- "2.6"
|
||||
- "2.7"
|
||||
- "3.3"
|
||||
install: "python setup.py develop"
|
||||
script: "python setup.py test"
|
||||
Loading…
Add table
Add a link
Reference in a new issue