summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorChandan Singh <csingh43@bloomberg.net>2018-12-30 18:34:58 +0000
committerChandan Singh <csingh43@bloomberg.net>2019-01-03 03:31:52 +0000
commitafa0a3697c80dbdae5560bf35f670ba104cb1e27 (patch)
treeb754dda46f4e96131c5a4d3d6369de311f0adae3 /tox.ini
parente7e2a5c17a904e7a84b98650fc5d5d5f2c61d55d (diff)
downloadbuildstream-afa0a3697c80dbdae5560bf35f670ba104cb1e27.tar.gz
Move all requirements files into "tools" directory
These new `.in` and `.txt` are making the repository look very cluttered. Move them to a separate `tools` directory to make it look a bit cleaner.
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini6
1 files changed, 3 insertions, 3 deletions
diff --git a/tox.ini b/tox.ini
index f2c635057..310fea229 100644
--- a/tox.ini
+++ b/tox.ini
@@ -5,9 +5,9 @@ skip_missing_interpreters = true
[testenv]
commands = pytest {posargs}
deps =
- -rrequirements.txt
- -rdev-requirements.txt
- -rplugin-requirements.txt
+ -rtools/requirements.txt
+ -rtools/dev-requirements.txt
+ -rtools/plugin-requirements.txt
passenv =
GI_TYPELIB_PATH
INTEGRATION_CACHE