diff options
author | Chandan Singh <csingh43@bloomberg.net> | 2018-12-30 18:34:58 +0000 |
---|---|---|
committer | Chandan Singh <csingh43@bloomberg.net> | 2019-01-03 03:31:52 +0000 |
commit | afa0a3697c80dbdae5560bf35f670ba104cb1e27 (patch) | |
tree | b754dda46f4e96131c5a4d3d6369de311f0adae3 /tox.ini | |
parent | e7e2a5c17a904e7a84b98650fc5d5d5f2c61d55d (diff) | |
download | buildstream-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.ini | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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 |