Skip to content

Commit 74086cf

Browse files
committed
BLD: Add scripts for common CI
1 parent 4b49919 commit 74086cf

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

scripts/build.sh

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
#! /usr/bin/env bash
2+
set -e
3+
python -m pip install --upgrade pip setuptools wheel
4+
pip install -r requirements.txt
5+
pip install -r requirements_dev.txt
6+
pip install .

scripts/test.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
#! /usr/bin/env bash
2+
pytest tests .

0 commit comments

Comments
 (0)