Skip to content

Commit 0f3bde4

Browse files
committed
minimal changes to support CI builds
1 parent d7f1d28 commit 0f3bde4

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

buildspec.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
version: 0.2
2+
3+
phases:
4+
install:
5+
runtime-versions:
6+
python: 3.7
7+
commands:
8+
- pip install tox
9+
build:
10+
commands:
11+
- tox

0 commit comments

Comments
 (0)