diff options
Diffstat (limited to 'docs/development')
-rw-r--r-- | docs/development/getting-started.rst | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/docs/development/getting-started.rst b/docs/development/getting-started.rst index 0d7c91ea..55dfd6cb 100644 --- a/docs/development/getting-started.rst +++ b/docs/development/getting-started.rst @@ -75,10 +75,9 @@ each supported Python version and run the tests. For example: $ tox ... - ERROR: py26: InterpreterNotFound: python2.6 py27: commands succeeded ERROR: pypy: InterpreterNotFound: pypy - py33: commands succeeded + py34: commands succeeded docs: commands succeeded pep8: commands succeeded |