mirror of https://github.com/amol-/dukpy.git
First try at travis
This commit is contained in:
parent
93c9e9cb07
commit
c78fc032af
|
@ -0,0 +1,17 @@
|
|||
language: python
|
||||
python:
|
||||
- "2.6"
|
||||
- "2.7"
|
||||
- "3.2"
|
||||
- "3.3"
|
||||
- "3.4"
|
||||
|
||||
install:
|
||||
- "travis_retry pip install nose"
|
||||
- "travis_retry pip install coveralls"
|
||||
- "travis_retry pip install --pre -e ."
|
||||
|
||||
script: "python setup.py nosetests --with-coverage --cover-package=dukpy --cover-erase"
|
||||
|
||||
after_success:
|
||||
coveralls
|
Loading…
Reference in New Issue