Update .coveragerc
Update requirements.txt Revert .coveragerc Update pytest command Revert coveragepull/2/head
parent
09ed772b6a
commit
f1bf4309ec
|
|
@ -1,6 +1,6 @@
|
||||||
[run]
|
[run]
|
||||||
branch = True
|
branch = True
|
||||||
source = camelot
|
source = camelot
|
||||||
include = */camelot/*
|
include = */camelot/*
|
||||||
omit =
|
omit =
|
||||||
*/setup.py
|
*/setup.py
|
||||||
|
|
|
||||||
24
.travis.yml
24
.travis.yml
|
|
@ -1,12 +1,12 @@
|
||||||
language: python
|
language: python
|
||||||
python:
|
python:
|
||||||
- "2.7"
|
- "2.7"
|
||||||
- "3.6"
|
- "3.6"
|
||||||
before_install:
|
before_install:
|
||||||
- sudo apt-get install python-tk python3-tk ghostscript
|
- sudo apt-get install python-tk python3-tk ghostscript
|
||||||
install:
|
install:
|
||||||
- pip install ".[dev]"
|
- pip install ".[dev]"
|
||||||
script:
|
script:
|
||||||
- pytest
|
- pytest
|
||||||
after_success:
|
after_success:
|
||||||
- codecov
|
- codecov
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
codecov==2.0.15
|
codecov==2.0.15
|
||||||
pytest==3.8.0
|
pytest==3.8.0
|
||||||
pytest-runner==4.2
|
pytest-runner==4.2
|
||||||
Sphinx==1.7.9
|
Sphinx==1.7.9
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue