parent
37fa2fb53f
commit
9efc25fb0b
@ -1,5 +1,5 @@
|
||||
language: python
|
||||
install:
|
||||
- pip install nose tornado click python-magic
|
||||
- pip install pytest pytest-cov tornado click python-magic
|
||||
script:
|
||||
- python setup.py test
|
||||
|
@ -0,0 +1,5 @@
|
||||
[aliases]
|
||||
test=pytest
|
||||
|
||||
[tool:pytest]
|
||||
addopts = --cov=gb
|
Loading…
Reference in new issue