tox: Update py to 1.27.

Upstream changelog:

    - fix issue59: point to new repo site

    - allow a new ensuresyspath="append" mode for py.path.local.pyimport()
      so that a neccessary import path is appended instead of prepended to
      sys.path

    - strike undocumented, untested argument to py.path.local.pypkgpath

    - speed up py.path.local.dirpath by a factor of 10
This commit is contained in:
Florian Bruhin 2015-05-07 14:50:32 +02:00
parent 3b5b49daac
commit ad822b72c7

View File

@ -17,7 +17,7 @@ usedevelop = true
[testenv:unittests]
setenv = QT_QPA_PLATFORM_PLUGIN_PATH={envsitepackagesdir}/PyQt5/plugins/platforms
deps =
py==1.4.26
py==1.4.27
pytest==2.7.0
pytest-capturelog==0.7
pytest-qt==1.3.0