diff options
author | Thomas Coldrick <thomas.coldrick@codethink.co.uk> | 2019-08-07 09:05:22 +0100 |
---|---|---|
committer | Thomas Coldrick <thomas.coldrick@codethink.co.uk> | 2019-08-08 08:23:17 +0100 |
commit | 9dd32a5683c46245dcccfad1ee22ca53f6c012b6 (patch) | |
tree | 7aa782d8572a18266d76c7b2d8f70c4cb6775b6e /tox.ini | |
parent | 2d670f1963f83ffbf146e90500b517e77b24db62 (diff) | |
download | buildstream-9dd32a5683c46245dcccfad1ee22ca53f6c012b6.tar.gz |
Move cmake plugin to bst-plugins-experimentalcoldtom/move-cmake
It was agreed on the mailing list to move all plugins to a single
repository, before moving them into domain-specific repositories. As
a result it seems reasonable to move everything to the
bst-plugins-experimental repo as this stepping stone, rather than
creating a whole new repo.
This commit starts the process of moving things over by moving only the
cmake plugin to bst-plugins-experimental, and altering the tests to
reflect the new location.
Diffstat (limited to 'tox.ini')
-rw-r--r-- | tox.ini | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -30,6 +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@aa022a67d9a11876973fe47102cb92cff085703a # Only require coverage and pytest-cov when using it !nocover: -rrequirements/cov-requirements.txt |