Skip to content

Commit ffd100d

Browse files
committed
Add requirements-dev
1 parent 277b523 commit ffd100d

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CONTRIBUTING.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,10 @@ To develop metafunctions, first create a virtual environment, then install the p
44
$ . venv/bin/activate
55
$ pip install -e .
66

7+
Then install extra dev requirements:
8+
9+
$ pip install -r requirements-dev.txt
10+
711
The project uses Tox to run tests against multiple python versions. To run the tests:
812

9-
$ pip install tox
1013
$ tox

requirements-dev.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
tox
2+
black

0 commit comments

Comments
 (0)