We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de8de27 commit 41203c2Copy full SHA for 41203c2
.travis.yml
@@ -15,6 +15,6 @@ env:
15
install:
16
- "pip install tox tox-travis"
17
script:
18
- - "tox --force-dep pip$TEST_PIP_VERSION"
+ - "INSTALL_COMMAND_ARGS=${TEST_PIP_VERSION+--ignore-installed} tox -force-dep pip$TEST_PIP_VERSION"
19
notifications:
20
email: false
tox.ini
@@ -11,6 +11,7 @@ python =
11
pypy: pypy
12
13
[testenv]
14
+install_command = python -m pip install {env:INSTALL_COMMAND_ARGS:} {opts} {packages}
commands = py.test --cov make_lambda_package {posargs}
deps =
pip
0 commit comments