mirror of
https://github.com/sprockets/sprockets.mixins.mediatype.git
synced 2024-11-21 19:28:38 +00:00
Seperate linting requirements.
This will ease implementing Github actions.
This commit is contained in:
parent
c6551e8024
commit
665eb71436
3 changed files with 2 additions and 1 deletions
|
@ -1,3 +1,4 @@
|
|||
-e .[msgpack]
|
||||
-r docs.txt
|
||||
-r lint.txt
|
||||
-r testing.txt
|
||||
|
|
1
requires/lint.txt
Normal file
1
requires/lint.txt
Normal file
|
@ -0,0 +1 @@
|
|||
flake8==3.9.2
|
|
@ -1,3 +1,2 @@
|
|||
coverage==5.5
|
||||
flake8==3.9.2
|
||||
tox==3.24.3
|
||||
|
|
Loading…
Reference in a new issue