ci: enable GHA testing

Adds requirements file too.
This commit is contained in:
Henry Schreiner
2020-07-22 10:24:11 -04:00
committed by Henry Schreiner
parent 73dc978683
commit b16347e51d
2 changed files with 84 additions and 0 deletions

3
tests/requirements.txt Normal file
View File

@@ -0,0 +1,3 @@
--extra-index-url https://antocuni.github.io/pypy-wheels/manylinux2010/
numpy; platform_python_implementation!="PyPy" or sys_platform!="darwin" or python_version<"3.0"
pytest