fixed requirements and working on TracisCI and Coveralls integration
This commit is contained in:
parent
8428afe49e
commit
07dda37384
|
@ -2,10 +2,14 @@ language: python
|
|||
python: 2.7
|
||||
install:
|
||||
- pip install tox
|
||||
- pip install coveralls
|
||||
env:
|
||||
- TOX_ENV=py26
|
||||
- TOX_ENV=py27
|
||||
- TOX_ENV=py32
|
||||
- TOX_ENV=py33
|
||||
- TOX_ENV=coverage
|
||||
script:
|
||||
- tox -e $TOX_ENV
|
||||
- tox
|
||||
after_success:
|
||||
- coveralls
|
||||
|
|
|
@ -1 +1,3 @@
|
|||
six
|
||||
# workaround for problematic nose2 requirements
|
||||
six>=1.1,<1.4
|
||||
|
||||
|
|
|
@ -1,3 +1 @@
|
|||
# workaround for problematic nose2 requirements
|
||||
six>=1.1,<1.4
|
||||
nose2
|
||||
|
|
Loading…
Reference in New Issue