summaryrefslogtreecommitdiff
path: root/hacking-tox.ini
diff options
context:
space:
mode:
authorMichael Merickel <michael@merickel.org>2018-10-15 21:51:29 -0500
committerMichael Merickel <michael@merickel.org>2018-10-15 21:51:29 -0500
commit30aae5f860e90126e45b45baeb6405568afd88b6 (patch)
tree98845770bd6ba7898c932bcb9130947bd5284595 /hacking-tox.ini
parent2d369c6482fa940121462f7574bfc7985201520e (diff)
downloadpyramid-30aae5f860e90126e45b45baeb6405568afd88b6.tar.gz
pyramid-30aae5f860e90126e45b45baeb6405568afd88b6.tar.bz2
pyramid-30aae5f860e90126e45b45baeb6405568afd88b6.zip
drop hacking-tox.ini
Diffstat (limited to 'hacking-tox.ini')
-rw-r--r--hacking-tox.ini25
1 files changed, 0 insertions, 25 deletions
diff --git a/hacking-tox.ini b/hacking-tox.ini
deleted file mode 100644
index 9520b7aef..000000000
--- a/hacking-tox.ini
+++ /dev/null
@@ -1,25 +0,0 @@
-[tox]
-envlist =
- env27,ttw27-create,ttw27-install
-
-[testenv:env27]
-envdir = env27
-basepython = python2.7
-usedevelop = True
-deps = setuptools-git
-commands =
- python setup.py dev
-
-[testenv:ttw27-create]
-envdir = env27
-usedevelop = True
-changedir = env27
-commands =
- pcreate -s starter hacking
-
-[testenv:ttw27-install]
-envdir = env27
-usedevelop = True
-changedir = env27/hacking
-commands =
- python setup.py develop