8 lines
77 B
Bash
Executable File
8 lines
77 B
Bash
Executable File
#!/bin/bash
|
|
|
|
set -e
|
|
|
|
cython -a cslots.pyx
|
|
pip install -e .
|
|
python3 -m pytest
|