Skip to content

Commit

Permalink
Merge pull request #108 from nschloe/dont-require-exdown
Browse files Browse the repository at this point in the history
Dont require exdown
  • Loading branch information
nschloe authored Sep 6, 2020
2 parents d7b16bb + 9366ef1 commit 9939b55
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = pygalmesh
version = 0.7.0
version = 0.7.1
url = https://github.com/nschloe/pygalmesh
author = Nico Schlömer
author_email = nico.schloemer@gmail.com
Expand Down
4 changes: 3 additions & 1 deletion test/test_readme.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
import pathlib

import exdown
import pytest

# exdown not yet available on conda-forge
exdown = pytest.importorskip("exdown")

this_dir = pathlib.Path(__file__).resolve().parent


Expand Down

0 comments on commit 9939b55

Please sign in to comment.