Skip to content

Commit

Permalink
Work around ReadTheDocs bug
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Warrick <kwpolska@gmail.com>
  • Loading branch information
Kwpolska committed Feb 3, 2017
1 parent eebfbfb commit d237073
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions docs/sphinx/requirements-docs.txt
@@ -1,2 +1,3 @@
-r ../../requirements-extras.txt
doit
pyparsing>=2.0.2
2 changes: 1 addition & 1 deletion scripts/codacy_coverage.sh
@@ -1,6 +1,6 @@
#!/bin/bash
PYVER=$(scripts/getpyver.py short)
if [[ $PYVER == '3.5' ]]; then
if [[ $PYVER == '3.6' ]]; then
coverage xml
python-codacy-coverage -r coverage.xml
fi

0 comments on commit d237073

Please sign in to comment.