[Pkg-privacy-commits] [txtorcon] 47/96: rename tox virtualenv's and gitignore them
Jérémy Bobbio
lunar at moszumanska.debian.org
Sun Sep 6 18:33:39 UTC 2015
This is an automated email from the git hooks/post-receive script.
lunar pushed a commit to branch master
in repository txtorcon.
commit 1683f6f0eef62b1172450522a04f88bdfd8efec1
Author: meejah <meejah at meejah.ca>
Date: Tue Feb 3 12:35:01 2015 -0700
rename tox virtualenv's and gitignore them
---
.gitignore | 4 ++++
docs/releases.rst | 3 ++-
tox.ini | 16 ++++++++--------
3 files changed, 14 insertions(+), 9 deletions(-)
diff --git a/.gitignore b/.gitignore
index 76742a3..40b1649 100644
--- a/.gitignore
+++ b/.gitignore
@@ -12,3 +12,7 @@ announcements/
annotated_coverage/
twisted/plugins/dropin.cache
docs/_build
+.coverage
+.tox
+venv/
+venv_tox_*/
diff --git a/docs/releases.rst b/docs/releases.rst
index 44dc64e..a5b2558 100644
--- a/docs/releases.rst
+++ b/docs/releases.rst
@@ -6,6 +6,7 @@ in master your project depends upon, let me know and I'll do a
release. Starting with v0.8.0 versions are following `semantic
versioning <http://semver.org/>`_.
+
unreleased
----------
@@ -15,7 +16,7 @@ unreleased
v0.12.0
-------
-*February 2, 2014*
+*February 3, 2014*
* `txtorcon-0.12.0.tar.gz <http://timaq4ygg2iegci7.onion/txtorcon-0.12.0.tar.gz>`_ (`PyPI <https://pypi.python.org/pypi/txtorcon/0.12.0>`_ (:download:`local-sig </../signatues/txtorcon-0.12.0.tar.gz.asc>` or `github-sig <https://github.com/meejah/txtorcon/blob/master/signatues/txtorcon-0.12.0.tar.gz.asc?raw=true>`_) (`source <https://github.com/meejah/txtorcon/archive/v0.12.0.tar.gz>`_)
* doc, code and import cleanups from `Kali Kaneko <https://github.com/kalikaneko>`_
diff --git a/tox.ini b/tox.ini
index d70bf42..edfd43f 100644
--- a/tox.ini
+++ b/tox.ini
@@ -15,7 +15,7 @@ deps=
# specific environments
[testenv:twisted-debian-squeeze]
-envdir=venv_twisted_10_1
+envdir=venv_tox_twisted_10_1
basepython=python2.7
usedevelop=True
deps=
@@ -24,7 +24,7 @@ deps=
# FIXME something wrong with "trial" invocation...?
#[testenv:twisted-latest-11]
-#envdir=venv_twisted_11_1
+#envdir=venv_tox_twisted_11_1
#basepython=python2.7
#usedevelop=True
#deps=
@@ -32,7 +32,7 @@ deps=
# twisted==11.1.0
[testenv:twisted-debian-wheezy]
-envdir=venv_twisted_12
+envdir=venv_tox_twisted_12
basepython=python2.7
usedevelop=True
deps=
@@ -40,7 +40,7 @@ deps=
twisted==12.0.0
[testenv:twisted-latest-12]
-envdir=venv_twisted_12_2
+envdir=venv_tox_twisted_12_2
basepython=python2.7
usedevelop=True
deps=
@@ -48,7 +48,7 @@ deps=
twisted==12.2.0
[testenv:twisted-newest-13]
-envdir=venv_twisted_13
+envdir=venv_tox_twisted_13
basepython=python2.7
usedevelop=True
deps=
@@ -56,7 +56,7 @@ deps=
twisted==13.2.0
[testenv:twisted-newest-14]
-envdir=venv_twisted_14
+envdir=venv_tox_twisted_14
basepython=python2.7
usedevelop=True
deps=
@@ -64,7 +64,7 @@ deps=
twisted==14.0.2
[testenv:twisted-newest-15]
-envdir=venv_twisted_15
+envdir=venv_tox_twisted_15
basepython=python2.7
usedevelop=True
deps=
@@ -72,7 +72,7 @@ deps=
twisted==15.0.0
[testenv:pypy]
-envdir=venv_pypy
+envdir=venv_tox_pypy
basepython=pypy
usedevelop=True
deps=
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-privacy/packages/txtorcon.git
More information about the Pkg-privacy-commits
mailing list