~ubuntuone-pqm-team/python-swiftclient/trunk

« back to all changes in this revision

Viewing changes to tox.ini

  • Committer: Nguyen Hai
  • Date: 2018-04-06 07:27:24 UTC
  • Revision ID: git-v1:5f23f9a70277314308432d73d2a2f2d78a844a97
Remove py34 from envlist in tox.ini

py35 is enough.

Change-Id: Iebd7a6741dd60ed2fb11d1758bfec8e03e30a086

Show diffs side-by-side

added added

removed removed

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