diff options
author | Stuart Cardall <developer@it-offshore.co.uk> | 2017-05-19 17:52:59 +0000 |
---|---|---|
committer | Shiz <hi@shiz.me> | 2017-06-03 19:43:00 +0200 |
commit | c6a00feb33e5a54d667baa2a925bacfc447107f1 (patch) | |
tree | f7cbcbba81ca03e418d6d8477d0d8f620677c522 /testing/py-pluggy | |
parent | be4e3a69ca79f89fed6a6061a0e09611ca7913ac (diff) | |
download | aports-c6a00feb33e5a54d667baa2a925bacfc447107f1.tar.bz2 aports-c6a00feb33e5a54d667baa2a925bacfc447107f1.tar.xz |
testing/py-tox: new aport
Diffstat (limited to 'testing/py-pluggy')
-rw-r--r-- | testing/py-pluggy/APKBUILD | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/testing/py-pluggy/APKBUILD b/testing/py-pluggy/APKBUILD index 62ab9a3b54..5b192619a6 100644 --- a/testing/py-pluggy/APKBUILD +++ b/testing/py-pluggy/APKBUILD @@ -45,12 +45,9 @@ _py() { } check() { - cd "$builddir" + cd "$builddir" sed -i 's|envlist.*|envlist=check,py{27,36}-pytest{30}|' tox.ini - tox + tox } - - - sha512sums="dea3cdc045d295adf99ef1932ffad542bf57d5ecd91f5b48815f0a65e5f7ffd56e8e727436a20c83e5c261995092a0c561c81a5b20566f97768a24be1dd52eb1 py-pluggy-0.4.0.tar.gz" |