We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f15eec7 commit 03fbb19Copy full SHA for 03fbb19
Makefile
@@ -39,7 +39,7 @@ install-test: clean-build clean-pyc ## install the package and test dependencies
39
40
.PHONY: test
41
test: ## run tests quickly with the default Python
42
- python -m pytest --basetemp=${ENVTMPDIR} --cov=pygridsim --cov-report xml
+ python -m pytest --cov=pygridsim --cov-report xml
43
44
.PHONY: lint
45
lint: ## check style with flake8 and isort
setup.py
@@ -35,6 +35,9 @@
35
'Sphinx>=1.7.1,<3',
36
'sphinx_rtd_theme>=0.2.4,<0.5',
37
'autodocsumm>=0.1.10',
38
+ 'mistune>=0.7,<2',
+ 'Jinja2>=2,<3.1',
+ 'markupsafe<2.1.0',
# style check
'flake8>=3.7.7',
0 commit comments