Skip to content

Commit

Permalink
Relax requirements; add tox docs
Browse files Browse the repository at this point in the history
  • Loading branch information
osteele committed Jun 21, 2018
1 parent e0da709 commit a68c60e
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 5 deletions.
10 changes: 5 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,14 @@ classifiers = [
"Topic :: Education",
]
requires = [
"nbformat (~=4.4.0)",
"minimalkeys (~=0.1.0)",
"minimalkeys (~=0.1)",
"nbformat (~=4.4)",
]
dev-requires = [
"pytest (~=3.2.2)",
"keyring",
"Sphinx",
"bumpversion",
"keyring",
"pytest (~=3.2)",
"sphinx_rtd_theme",
"Sphinx",
]
requires-python = ">=3.5"
9 changes: 9 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,12 @@ deps=pytest
flit
commands = flit install
py.test --verbose {toxinidir}/tests

[testenv:docs]
basepython = python
changedir = docs
deps = Sphinx
sphinx_rtd_theme
-rrequirements.txt
commands =
sphinx-build -W -b html -d {envtmpdir}/doctrees . {envtmpdir}/html

0 comments on commit a68c60e

Please sign in to comment.