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
 }

Reply via email to