Remove undefined upstream environment from tox.ini

Commit number 3fa3be7ede initially
added the upstream testenv, but it was merged to the 'projects'
testenv a long time ago. Which is now obsolete, because of the
split to project-config.

Change-Id: I2d011af7df2ad9d14d2db67fa78c4dc6e4e4cbb6
This commit is contained in:
Steve Martinelli 2014-09-30 15:20:19 -04:00
parent b32ab2d00a
commit 5b20a385f6
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
[tox]
minversion = 1.6
envlist = pep8,upstream
envlist = pep8
skipsdist = True
[testenv]