Skip to content

Commit a13a98e

Browse files
committed
1 parent dc8a485 commit a13a98e

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,14 @@ cache:
44
directories:
55
- "$HOME/.pip-cache/"
66
env:
7+
- TOXENV=py26-unit PIP_DOWNLOAD_CACHE=$HOME/.pip-cache
78
- TOXENV=py27-unit PIP_DOWNLOAD_CACHE=$HOME/.pip-cache
89
- TOXENV=py32-unit PIP_DOWNLOAD_CACHE=$HOME/.pip-cache
910
- TOXENV=py33-unit PIP_DOWNLOAD_CACHE=$HOME/.pip-cache
1011
- TOXENV=py34-unit PIP_DOWNLOAD_CACHE=$HOME/.pip-cache
1112
- TOXENV=pypy-unit PIP_DOWNLOAD_CACHE=$HOME/.pip-cache
1213
- TOXENV=pypy3-unit PIP_DOWNLOAD_CACHE=$HOME/.pip-cache
14+
- TOXENV=py26-versioncheck PIP_DOWNLOAD_CACHE=$HOME/.pip-cache
1315
- TOXENV=py27-versioncheck PIP_DOWNLOAD_CACHE=$HOME/.pip-cache
1416
- TOXENV=py32-versioncheck PIP_DOWNLOAD_CACHE=$HOME/.pip-cache
1517
- TOXENV=py33-versioncheck PIP_DOWNLOAD_CACHE=$HOME/.pip-cache

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ deps =
4444
execnet
4545
pep8
4646
py
47-
pytest
47+
git+https://github.com/jantman/pytest.git@pr1121
4848
pytest-cache
4949
pytest-cov
5050
pytest-pep8

0 commit comments

Comments
 (0)