summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorholger krekel <holger@merlinux.eu>2011-05-26 18:01:08 +0200
committerholger krekel <holger@merlinux.eu>2011-05-26 18:01:08 +0200
commit2e7c848b8a20bdc64263b158d73058d5aac4e593 (patch)
tree01a765de7416eb25512c1c24b42d7ed15dfc6ab9
parent12e4455e3b42dd11746cc017caf34823df6e30ff (diff)
downloadtox-git-2e7c848b8a20bdc64263b158d73058d5aac4e593.tar.gz
link to bitbucket instead of google
-rw-r--r--doc/announce/release-1.0.txt6
-rw-r--r--doc/install.txt10
-rw-r--r--doc/support.txt4
-rw-r--r--tox.ini1
4 files changed, 12 insertions, 9 deletions
diff --git a/doc/announce/release-1.0.txt b/doc/announce/release-1.0.txt
index 2a7ceed1..5184ee6a 100644
--- a/doc/announce/release-1.0.txt
+++ b/doc/announce/release-1.0.txt
@@ -19,12 +19,16 @@ Installation:
pip install -U tox
+Note that code hosting and issue tracking has moved from Google to Bitbucket:
+
+ http://bitbucket.org/hpk42/tox
+
The 1.0 release includes contributions and is based on feedback and
work from Chris Rose, Ronny Pfannschmidt, Jannis Leidel, Jakob Kaplan-Moss,
Sridhar Ratnakumar, Carl Meyer and others. Many thanks!
best,
-holger
+Holger Krekel
CHANGES
---------------------
diff --git a/doc/install.txt b/doc/install.txt
index 3e0fbad0..8f67efea 100644
--- a/doc/install.txt
+++ b/doc/install.txt
@@ -17,7 +17,7 @@ Install info in a nutshell
**License**: GPLv2 or later
-**hg repository**: http://code.google.com/p/pytox/source/checkout
+**hg repository**: http://bitbucket.org/hpk42/tox
Installation with pip/easy_install
--------------------------------------
@@ -32,15 +32,15 @@ It is fine to install ``tox`` itself into a virtualenv_ environment.
Install from Checkout
-------------------------
-Consult the Google code page to get a checkout of the mercurial repository:
+Consult the Bitbucket page to get a checkout of the mercurial repository:
- http://code.google.com/p/pytox/source/checkout
+ http://bitbucket.org/hpk42/tox
-To install in your environment perform::
+and then install in your environment with something like::
python setup.py install
-or to activate your checkout in your environment::
+or just activate your checkout in your environment like this::
python setup.py develop
diff --git a/doc/support.txt b/doc/support.txt
index 5c9c2aa6..30b7b367 100644
--- a/doc/support.txt
+++ b/doc/support.txt
@@ -29,9 +29,9 @@ experienced and `well-known Python developers`_.
.. _`Testing In Python (TIP) mailing list`: http://lists.idyll.org/listinfo/testing-in-python
.. _`holger's twitter presence`: http://twitter.com/hpk42
.. _`merlinux.eu`: http://merlinux.eu
-.. _`report on the issue tracker`: http://code.google.com/p/pytox/issues/list
+.. _`report on the issue tracker`: https://bitbucket.org/hpk42/tox/issues?status=new&status=open
.. _`tetamap blog`: http://tetamap.wordpress.com
.. _`tox-dev`: http://codespeak.net/mailman/listinfo/tox-dev
.. _`tox-commit`: http://codespeak.net/mailman/listinfo/tox-commit
-.. _`clone the mercurial repository`: http://code.google.com/p/pytox/source/checkout
+.. _`clone the mercurial repository`: https://bitbucket.org/hpk42/tox
diff --git a/tox.ini b/tox.ini
index 953deea0..f2cbb7f7 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,6 +1,5 @@
[tox]
envlist=py27,py26,py25,py24,py31,docs
-#envlist=py27
indexserver =
testrun = http://pypi.testrun.org
pypi = http://pypi.python.org/simple