Revert "Pin tox to 2.7.0"

Tox 2.8.1 was released to fix our unpack errors.

This reverts commit 0bcbb286b0.

Change-Id: I79348cca11c67369e88626f235b1d03cb211f610
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
This commit is contained in:
Paul Belanger 2017-09-04 17:45:04 -04:00
parent 09852e0e38
commit 24a91a8ebd
No known key found for this signature in database
GPG Key ID: 611A80832067AF38
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ if [ ${DIB_DEBUG_TRACE:-0} -gt 0 ]; then
fi
set -e
packages='tox==2.7.0'
packages='tox'
for package in $packages ; do
pip install $package