Skip to content

Commit 32721d3

Browse files
committed
Merge pull request #15 from nickelsen/circleci
Run tests on CircleCI
2 parents 3bc825c + 641e494 commit 32721d3

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

circle.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
test:
2+
override:
3+
- python -m unittest discover test_replays
4+
- python -m unittest discover test_s2gs

requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Pillow

0 commit comments

Comments
 (0)