File: test_rebuild.sh

package info (click to toggle)
pandas 1.1.5%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 47,284 kB
  • sloc: python: 292,793; ansic: 8,591; sh: 608; makefile: 94
file content (6 lines) | stat: -rwxr-xr-x 111 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
#!/bin/sh

python setup.py clean
python setup.py build_ext --inplace
coverage erase
pytest pandas --cov=pandas