Skip to content

Commit

Permalink
[py] Vendor in Python packages required for running Tox environments (S…
Browse files Browse the repository at this point in the history
  • Loading branch information
davehunt authored and AutomatedTester committed Feb 1, 2017
1 parent 6dab5c3 commit 0a10998
Show file tree
Hide file tree
Showing 17 changed files with 1 addition and 0 deletions.
Binary file added third_party/py/Jinja2-2.7.tar.gz
Binary file not shown.
Binary file added third_party/py/MarkupSafe-0.18.tar.gz
Binary file not shown.
Binary file added third_party/py/Pygments-1.6.tar.gz
Binary file not shown.
Binary file added third_party/py/Sphinx-1.2b1.tar.gz
Binary file not shown.
Binary file added third_party/py/apipkg-1.4-py2.py3-none-any.whl
Binary file not shown.
Binary file added third_party/py/docutils-0.11.tar.gz
Binary file not shown.
Binary file added third_party/py/execnet-1.4.1-py2.py3-none-any.whl
Binary file not shown.
Binary file added third_party/py/flake8-3.2.1-py2.py3-none-any.whl
Binary file not shown.
Binary file added third_party/py/mccabe-0.5.3-py2.py3-none-any.whl
Binary file not shown.
Binary file added third_party/py/psutil-4.3.1.tar.gz
Binary file not shown.
Binary file added third_party/py/py-1.4.32-py2.py3-none-any.whl
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added third_party/py/pytest-3.0.3-py2.py3-none-any.whl
Binary file not shown.
Binary file added third_party/py/pytest-instafail-0.3.0.tar.gz
Binary file not shown.
Binary file added third_party/py/pytest-xdist-1.15.0.tar.gz
Binary file not shown.
1 change: 1 addition & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ commands =
py{27,36}-phantomjs: py.test -n=auto --driver=PhantomJS {posargs}
py{27,36}-remote: py.test --driver=Remote {posargs}
py{27,36}-safari: py.test --driver=Safari {posargs}
install_command = pip install -v --no-index --find-links=third_party/py {opts} {packages}
deps =
pytest==3.0.3
pytest-instafail==0.3.0
Expand Down

0 comments on commit 0a10998

Please sign in to comment.