Skip to content

Commit 0819b39

Browse files
committed
Merged in jessamynsmith/virtualenvwrapper/py34 (pull request #30)
Added testing and updated docs for python 3.4
2 parents 144f0a3 + 3b85da5 commit 0819b39

File tree

4 files changed

+9
-3
lines changed

4 files changed

+9
-3
lines changed

README.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ from this page.
6363
Python Versions
6464
===============
6565

66-
virtualenvwrapper is tested under Python 2.6 - 3.3.
66+
virtualenvwrapper is tested under Python 2.6 - 3.4.
6767

6868
=======
6969
Support

docs/source/install.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ can download virtualenvwrapper-powershell_ from PyPI.
7676
Python Versions
7777
===============
7878

79-
virtualenvwrapper is tested under Python 2.6-3.3.
79+
virtualenvwrapper is tested under Python 2.6-3.4.
8080

8181
.. _install-basic:
8282

setup.cfg

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ classifier =
1414
Programming Language :: Python :: 2.7
1515
Programming Language :: Python :: 3
1616
Programming Language :: Python :: 3.3
17+
Programming Language :: Python :: 3.4
1718
Intended Audience :: Developers
1819
Environment :: Console
1920
keywords =

tox.ini

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tox]
2-
envlist = py27,py26,py33,zsh,ksh,style
2+
envlist = py27,py26,py33,py34,zsh,ksh,style
33

44
[testenv]
55
install_command = pip install -U {opts} {packages}
@@ -40,6 +40,11 @@ setenv =
4040
SHELL = /bin/bash
4141
commands = bash ./tests/run_tests {envdir} []
4242

43+
[testenv:py34]
44+
setenv =
45+
SHELL = /bin/bash
46+
commands = bash ./tests/run_tests {envdir} []
47+
4348
[testenv:zsh]
4449
basepython=python2.7
4550
setenv =

0 commit comments

Comments
 (0)