-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
19 changed files
with
608 additions
and
504 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,16 @@ | ||
language: generic | ||
language: python | ||
python: | ||
- "3.6" | ||
before_install: | ||
- wget https://github.com/jgm/pandoc/releases/download/2.5/pandoc-2.5-1-amd64.deb | ||
- sudo dpkg -i pandoc-2.5-1-amd64.deb | ||
- wget https://github.com/jgm/pandoc/releases/download/2.9.2.1/pandoc-2.9.2.1-1-amd64.deb | ||
- sudo dpkg -i pandoc-2.9.2.1-1-amd64.deb | ||
- pandoc -v | ||
- sudo apt-get install python2.7 | ||
- sudo apt-get install python | ||
- sudo apt-get install python-pip | ||
- pip install --user --upgrade pip | ||
install: | ||
- pip install --user coveralls | ||
- pip install --user -e .[test] | ||
- pip install tox | ||
- pip install coverage | ||
- pip install coveralls | ||
script: | ||
- tox | ||
- coverage report -m | ||
- coverage run --source=pandoc_numbering setup.py test | ||
after_success: | ||
- coveralls |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
Sphinx>=1.8.0 | ||
Sphinx>=2.4.0 | ||
sphinx_rtd_theme>=0.4 | ||
|
Oops, something went wrong.