Merge pull request #193 from python-escpos/fix-docutils-problem
downgrade docutils
This commit is contained in:
commit
1e5a41ba4e
|
@ -30,7 +30,7 @@ matrix:
|
|||
- python: nightly
|
||||
- python: pypy3
|
||||
before_install:
|
||||
- pip install tox codecov
|
||||
- pip install tox codecov docutils==0.12
|
||||
script:
|
||||
- tox
|
||||
- codecov
|
||||
|
|
|
@ -4,3 +4,4 @@ qrcode>=4.0
|
|||
pyserial
|
||||
sphinx-rtd-theme
|
||||
setuptools-scm
|
||||
docutils==0.12
|
||||
|
|
Loading…
Reference in New Issue