Commit 2d202898 by willmcgugan

Tweaks

parent ea0d2e43
Copyright (c) 2009-2010, Will McGugan <will@willmcgugan.com> and contributors.
Copyright (c) 2009-2012, Will McGugan <will@willmcgugan.com> and contributors.
All rights reserved.
Redistribution and use in source and binary forms, with or without modification,
......
......@@ -28,6 +28,10 @@ classifiers = [
'License :: OSI Approved :: BSD License',
'Operating System :: OS Independent',
'Programming Language :: Python',
'Programming Language :: Python :: 2.5',
'Programming Language :: Python :: 2.6',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3',
'Topic :: System :: Filesystems',
]
......
[tox]
envlist = py25,py26,py27,py32
envlist = py25,py26,py27,py31,py32,pypy
sitepackages = False
[testenv]
deps = distribute
six
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment