summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorJon Dufresne <jon.dufresne@gmail.com>2018-09-17 23:04:32 -0700
committerBenjamin Peterson <benjamin@python.org>2018-09-17 23:04:32 -0700
commit8816e06588708845fba4e51379b68e3fbbcbf195 (patch)
treeb1b520a8522b74e562082ab4a3388f7d4329a9ae /tox.ini
parentaf9e43ef4bf5e5a09e4722e0428e795b3e326506 (diff)
downloadsix-git-8816e06588708845fba4e51379b68e3fbbcbf195.tar.gz
Remove deprecated indexserver from tox.ini (GH-257)
https://tox.readthedocs.io/en/latest/config.html#confval-indexserver > DEPRECATED, will be removed in a future version Unnecessary anyway as all deps come from PyPI through pip.
Diffstat (limited to 'tox.ini')
-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
-