diff options
author | Thomas Coldrick <thomas.coldrick@codethink.co.uk> | 2019-08-09 10:02:14 +0100 |
---|---|---|
committer | Thomas Coldrick <thomas.coldrick@codethink.co.uk> | 2019-08-09 15:19:40 +0100 |
commit | da0bb9635afa8be60b5cbac9696ad38f515ce261 (patch) | |
tree | 46832fbd02f9dd40b85aa25dc5bcf15ef2201a22 /tox.ini | |
parent | 81c9c40b773f2cc9505f18aa1f930ab4f4a93226 (diff) | |
download | buildstream-da0bb9635afa8be60b5cbac9696ad38f515ce261.tar.gz |
Move make plugin to bst-plugins-experimentalcoldtom/move-make
Diffstat (limited to 'tox.ini')
-rw-r--r-- | tox.ini | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -30,7 +30,7 @@ deps = py{35,36,37}: -rrequirements/requirements.txt py{35,36,37}: -rrequirements/dev-requirements.txt py{35,36,37}: -rrequirements/plugin-requirements.txt - git+https://gitlab.com/BuildStream/bst-plugins-experimental.git@f51bec2b85dc42c7fc0521061a9653ac886e7acb + git+https://gitlab.com/BuildStream/bst-plugins-experimental.git@927c771f9c7327a3378f184c93f83395be355a61 # Only require coverage and pytest-cov when using it !nocover: -rrequirements/cov-requirements.txt |