diff options
-rw-r--r-- | tox-requirements.txt | 2 | ||||
-rw-r--r-- | tox.ini | 6 |
2 files changed, 0 insertions, 8 deletions
diff --git a/tox-requirements.txt b/tox-requirements.txt deleted file mode 100644 index 26224ce6..00000000 --- a/tox-requirements.txt +++ /dev/null @@ -1,2 +0,0 @@ -# Not sure why tox can't just read setup.py? -pycrypto 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 |