diff options
author | Pierce Lopez <pierce.lopez@gmail.com> | 2016-12-18 15:47:27 -0500 |
---|---|---|
committer | Jeff Forcier <jeff@bitprophet.org> | 2016-12-19 14:30:20 -0800 |
commit | 12b31a01975a900da059255a43bb994f4addcc0e (patch) | |
tree | f3bcfb5a58d36d5e5910c6280535147d1fb99294 /tox.ini | |
parent | 3e04070040c7df83da356a7459d9ac0b52602fc0 (diff) |
remove broken tox testing config
Diffstat (limited to 'tox.ini')
-rw-r--r-- | tox.ini | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/tox.ini b/tox.ini deleted file mode 100644 index 7d4fcf8a..00000000 --- a/tox.ini +++ /dev/null @@ -1,6 +0,0 @@ -[tox] -envlist = py26,py27,py32,py33,py34 - -[testenv] -commands = pip install -q -r tox-requirements.txt - python test.py |