[Python-modules-commits] [python-social-auth] 67/71: Document run_tox script dependencies

Wolfgang Borgert debacle at moszumanska.debian.org
Sat Dec 24 15:14:31 UTC 2016


This is an automated email from the git hooks/post-receive script.

debacle pushed a commit to tag v0.2.14
in repository python-social-auth.

commit f91455771cf5fdc0b4de4cc50e67362767ea6b56
Author: Matías Aguirre <matiasaguirre at gmail.com>
Date:   Wed Dec 23 13:19:24 2015 -0300

    Document run_tox script dependencies
---
 run_tox.sh | 14 ++++++++++++++
 1 file changed, 14 insertions(+)

diff --git a/run_tox.sh b/run_tox.sh
index ec3bbe0..b38f764 100755
--- a/run_tox.sh
+++ b/run_tox.sh
@@ -1,4 +1,18 @@
 #!/bin/bash
 
+# 1. Install pyenv
+# 2. Install python versions
+#      pyenv install 2.6.9
+#      pyenv install 2.7.11
+#      pyenv install 3.3.6
+#      pyenv install 3.4.4
+#      pyenv install pypy-4.0.1
+# 3. Switch to each version and install / update setuptools, pip, tox
+#      pyenv local 2.6.9
+#      pip install -U setuptools pip tox
+# 4. Enable versions
+#      pyenv local 2.6.9 2.7.11 3.3.6 3.4.4 pypy-4.0.1
+# 5. Run tox
+
 which pyenv && eval "$(pyenv init -)"
 tox

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-social-auth.git



More information about the Python-modules-commits mailing list