Skip to content

Commit 177773d

Browse files
authored
Add CI configuration files (#109)
* Add CI configuration files
1 parent 032cf60 commit 177773d

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

buildspec-unit.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
version: 0.2
2+
3+
phases:
4+
build:
5+
commands:
6+
- pip install --upgrade pip --quiet
7+
- pip install tox --quiet
8+
- tox -e ${TOX_ENVLIST} -- test/unit

0 commit comments

Comments
 (0)