travis: use Tox for test automation
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -15,3 +15,4 @@ locale/
|
|||||||
*_trial_temp
|
*_trial_temp
|
||||||
packages
|
packages
|
||||||
env/
|
env/
|
||||||
|
.tox/
|
||||||
|
|||||||
@@ -3,8 +3,6 @@ language: python
|
|||||||
python:
|
python:
|
||||||
- "2.7"
|
- "2.7"
|
||||||
install:
|
install:
|
||||||
- "pip install ."
|
- pip install tox
|
||||||
- "pip install coverage"
|
|
||||||
script:
|
script:
|
||||||
- "coverage run --source=lib -m py.test -v"
|
- tox
|
||||||
- "coverage report"
|
|
||||||
|
|||||||
Reference in New Issue
Block a user