6 lines
103 B
Bash
6 lines
103 B
Bash
#!/bin/bash
|
|
|
|
[[ "$AIOHTTP_NO_EXTENSIONS" != "y" ]] && make cythonize
|
|
|
|
python -m pytest -qx --no-cov $1
|