summarylogtreecommitdiffstats
path: root/python2-pydl.install
diff options
context:
space:
mode:
authorUniversebenzene2019-02-25 12:23:59 +0800
committerUniversebenzene2019-02-25 12:23:59 +0800
commitb53381ba192256fa83a373f34d1e6c2f455fd272 (patch)
tree420e712f90281dbd57a9e86977259dcf210a7341 /python2-pydl.install
parentfcdca5a26275c979674637d608272e3ea078897b (diff)
downloadaur-b53381ba192256fa83a373f34d1e6c2f455fd272.tar.gz
Add contional before python2 testing
Diffstat (limited to 'python2-pydl.install')
-rw-r--r--python2-pydl.install5
1 files changed, 5 insertions, 0 deletions
diff --git a/python2-pydl.install b/python2-pydl.install
new file mode 100644
index 000000000000..22bee3e3b28d
--- /dev/null
+++ b/python2-pydl.install
@@ -0,0 +1,5 @@
+post_install() {
+ echo "
+ ==> If you want to run the testing for python2 version of PyDL, you need to remove the python2-pytest-cov package first.
+ "
+}