[arch-commits] Commit in pelican/trunk (PKGBUILD)

Bartłomiej Piotrowski bpiotrowski at archlinux.org
Mon Dec 26 12:15:05 UTC 2016


    Date: Monday, December 26, 2016 @ 12:15:04
  Author: bpiotrowski
Revision: 202755

Run tests against python 3.6

Modified:
  pelican/trunk/PKGBUILD

----------+
 PKGBUILD |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-12-26 11:31:01 UTC (rev 202754)
+++ PKGBUILD	2016-12-26 12:15:04 UTC (rev 202755)
@@ -55,5 +55,5 @@
 
 check() {
     cd "$srcdir/$pkgname-$pkgver"
-    tox -e py35
+    tox -e py36
 }



More information about the arch-commits mailing list