Skip to content

Commit

Permalink
Merge f8f01a5 into 0c8081b
Browse files Browse the repository at this point in the history
  • Loading branch information
seenureddy committed Dec 20, 2017
2 parents 0c8081b + f8f01a5 commit e83c1ee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
3 changes: 0 additions & 3 deletions .coveragerc
@@ -1,5 +1,2 @@
[report]
source=django_markdown

[run]
source=django_markdown
4 changes: 2 additions & 2 deletions .travis.yml
Expand Up @@ -14,12 +14,12 @@ branches:
- master
- develop

install: pip install --quiet --use-mirrors tox
install: pip install --quiet tox

script: tox

after_script:
- if [ $TOXENV == "cov" ]; then
pip install --quiet --use-mirrors coveralls;
pip install --quiet coveralls;
coveralls;
fi

0 comments on commit e83c1ee

Please sign in to comment.