VPNaaS: Cleanup constraints in tox.ini

Missed changing the envlist to not specify constraints based target
names for master (where constraints are used by default). This
simple commit cleans that up.

Change-Id: I9d11cfd47adae3f49d33e5db8c916ebd983a8f96
Related-Bug: #1522503
This commit is contained in:
Paul Michali 2016-02-29 12:47:50 -05:00
parent 1fce06e53c
commit ad122cf23c
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
[tox]
envlist = {py27,py34,pep8}-constraints
envlist = py27,py34,pep8
minversion = 1.6
skipsdist = True