We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0297876 commit e04de30Copy full SHA for e04de30
.circleci/config.yml
@@ -22,6 +22,8 @@ jobs:
22
- checkout
23
- run: pip3 install tox
24
- run: tox
25
+ - run: pip3 install -r tests/requirements.txt
26
+ - run: pytest tests
27
- when:
28
condition:
29
equal: [ "master", << pipeline.git.branch >> ]
tests/requirements.txt
@@ -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