~sil2100/ubuntu-system-image/server_uncompressed-initrd

« back to all changes in this revision

Viewing changes to tox.ini

  • Committer: Steve Langasek
  • Date: 2015-10-20 21:44:28 UTC
  • Revision ID: steve.langasek@canonical.com-20151020214428-8cdee3rbitt3xevi
tox in trusty is unhappy with our envlist syntax.  expand out the list explicitly.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
[tox]
2
 
envlist = py27,py34,coverage-py27,coverage-py34,fast-{py27,py34}
 
2
envlist = py27,py34,coverage-py27,coverage-py34,fast-py27,fast-py34
3
3
recreate = True
4
4
 
5
5
[coverage]