Filippo Giunchedi has submitted this change and it was merged. ( 
https://gerrit.wikimedia.org/r/328116 )

Change subject: Run tests on any Python 2 & 3 version
......................................................................


Run tests on any Python 2 & 3 version

Debian Jessie has Python 3.4, not 3.5. Since we want the tests to run on
both Python 2 and 3 no matter what, only specify major versions.

Change-Id: I4d82b3bb2e1b5df0b9295bd60ba3a2a0661a73bc
---
M tox.ini
1 file changed, 1 insertion(+), 1 deletion(-)

Approvals:
  jenkins-bot: Verified
  Filippo Giunchedi: Looks good to me, approved



diff --git a/tox.ini b/tox.ini
index 6727919..d8c695f 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,5 +1,5 @@
 [tox]
-envlist = py35,py27
+envlist = py3,py2
 
 [testenv]
 deps=nose

-- 
To view, visit https://gerrit.wikimedia.org/r/328116
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I4d82b3bb2e1b5df0b9295bd60ba3a2a0661a73bc
Gerrit-PatchSet: 2
Gerrit-Project: operations/software/hhvm_exporter
Gerrit-Branch: master
Gerrit-Owner: Legoktm <lego...@member.fsf.org>
Gerrit-Reviewer: Filippo Giunchedi <fgiunch...@wikimedia.org>
Gerrit-Reviewer: Legoktm <lego...@member.fsf.org>
Gerrit-Reviewer: jenkins-bot <>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to