summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tox.ini4
1 files changed, 0 insertions, 4 deletions
diff --git a/tox.ini b/tox.ini
index fe56730..f7df78c 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,8 +1,5 @@
[tox]
envlist=py26,py27,py31,py32,py33,py34,pypy,flake8
-indexserver=
- default = https://pypi.org/simple
- testrun = http://pypi.testrun.org
[testenv]
deps= pytest
@@ -12,4 +9,3 @@ commands= python -m pytest -rfsxX {posargs}
basepython=python
deps=flake8
commands= flake8 six.py
-