Skip to content

Commit

Permalink
[tox] gather requirements from setup.py instead of requirements.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
vigonotion committed Apr 17, 2020
1 parent 61fe933 commit 9d30732
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 13 deletions.
12 changes: 0 additions & 12 deletions requirements.txt

This file was deleted.

2 changes: 2 additions & 0 deletions requirements_test.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
black==19.10b0
isort==4.3.21
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
envlist = py36,py38

[testenv]
deps = -rrequirements.txt
deps = -rrequirements_test.txt
commands =
black --check --diff pygti
isort -c --recursive pygti

0 comments on commit 9d30732

Please sign in to comment.