EBernhardson has uploaded a new change for review. ( 
https://gerrit.wikimedia.org/r/372410 )

Change subject: Only test the flake8 environment
......................................................................

Only test the flake8 environment

I can't pretend to know what exactly is going on here, but when
attempting to run py27 CI just errors out and says:

    ERROR:   py27: nothing to do

It's running flake8, which afaik is the only thing we care about,
so remove the py27 environment.

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


  git pull ssh://gerrit.wikimedia.org:29418/wikimedia/discovery/relevanceForge 
refs/changes/10/372410/1

diff --git a/tox.ini b/tox.ini
index 00c9e9d..6af0e43 100644
--- a/tox.ini
+++ b/tox.ini
@@ -3,7 +3,7 @@
 minversion = 1.6
 skipsdist = True
 # List the environment that will be run by default
-envlist = flake8, py27
+envlist = flake8
 
 [testenv]
 # Default configuration. py26 and py27 will end up using this

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ic9904ae2d0b4885d4249ddf27721864873715b28
Gerrit-PatchSet: 1
Gerrit-Project: wikimedia/discovery/relevanceForge
Gerrit-Branch: master
Gerrit-Owner: EBernhardson <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to