WDscholia / scholia

Wikidata-based scholarly profiles
https://scholia.toolforge.org
Other
222 stars 79 forks source link

Update tox.ini with py37 #1405

Closed fnielsen closed 3 years ago

fnielsen commented 3 years ago

Update tox.ini with py37 as Python3.7 is used on Toolforge

ghost commented 3 years ago
[testenv:py37]
commands = 
    python -m pytest --doctest-modules scholia
    python -m pytest tests
deps=
    pytest
    -rrequirements.txt

I think this should be added as well to tox.ini. I'm not entirely familiar with the code base and was wondering if any other chances need to be done to the dependencies and commands, before opening a pr. @fnielsen

fnielsen commented 3 years ago

I think this should be added as well to tox.ini.

Yeps, I seem to have forgotten that.

fnielsen commented 3 years ago

Thanks for the comment! It should be fixed now.