diff options
| author | Sean Reifschneider <jafo@tummy.com> | 2016-12-17 19:18:46 -0700 |
|---|---|---|
| committer | Sean Reifschneider <jafo@tummy.com> | 2016-12-17 19:18:46 -0700 |
| commit | d9ded7bf07c19747e8b14c0e7758fc142dcba8bf (patch) | |
| tree | a919f55718686d20cabaaa1b440c9dd6acb00a6a | |
| parent | 5b75728565393d53768f4622fdd43e3e742c4741 (diff) | |
| download | python-memcached-d9ded7bf07c19747e8b14c0e7758fc142dcba8bf.tar.gz | |
Removing py33 since flake8 seems to be having a bug checking it.
| -rw-r--r-- | tox.ini | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,6 +1,6 @@ [tox] minversion = 1.6 -envlist = py27,py33,py34,py35,pypy,pep8 +envlist = py27,py34,py35,pypy,pep8 skipsdist = True [testenv] |
