Skip to content

Commit e04de30

Browse files
Include snippet execution as part of CI (#56)
1 parent 0297876 commit e04de30

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

.circleci/config.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ jobs:
2222
- checkout
2323
- run: pip3 install tox
2424
- run: tox
25+
- run: pip3 install -r tests/requirements.txt
26+
- run: pytest tests
2527
- when:
2628
condition:
2729
equal: [ "master", << pipeline.git.branch >> ]

tests/requirements.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
jinja2==2.11.3
2+
matplotlib==3.3.4
3+
pandas==1.1.0
4+
pyarrow==3.0.0
5+
pytest==6.2.2
6+
tabulate==0.8.9

0 commit comments

Comments
 (0)