~rbanffy/+junk/python-seamicroclient-package

« back to all changes in this revision

Viewing changes to python-seamicroclient-0.2.1/tox.ini

  • Committer: Ricardo Bánffy
  • Date: 2015-12-15 20:34:20 UTC
  • Revision ID: rbanffy@gmail.com-20151215203420-xu2qu8uad50zwsvo
Add Python 3.4 (Trusty) and 3.5 to tox.ini

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
[tox]
2
 
envlist = py26,py27,py33,pypy,pep8
 
2
envlist = py33,py34,py35,py26,py27,pypy,pep8
3
3
minversion = 1.6
4
4
skipsdist = True
5
5