Skip to content

Commit

Permalink
Force upgrades
Browse files Browse the repository at this point in the history
Signed-off-by: Dan Ryan <[email protected]>
  • Loading branch information
techalchemy committed Oct 3, 2018
1 parent b465c9d commit 185e6b8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ matrix:
fast_finish: true

install:
- "python -m pip install --upgrade pip setuptools pytest-timeout"
- "python -m pip install --upgrade -e .[tests,virtualenv]"
- "python -m pip install --upgrade --upgrade-strategy=eager pip setuptools pytest pytest-timeout pytest-cov pytest-xdist"
- "python -m pip install --upgrade --upgrade-strategy=eager -e .[tests,virtualenv]"
script:
- "python -m pytest -v -n 8 tests/"

Expand All @@ -31,14 +31,14 @@ jobs:
- stage: packing
python: "3.6"
install:
- "python -m pip install --upgrade -e .[pack]"
- "python -m pip install --upgrade --upgrade-strategy=eager -e .[pack]"
script:
- "invoke pack"
- "python2.7 pack/passa.zip --help"
- stage: coverage
python: "3.6"
install:
- "python -m pip install --upgrade pip setuptools pytest-timeout pytest-cov pytest-xdist"
- "python -m pip install --upgrade -e .[tests,virtualenv]"
- "python -m pip install --upgrade --upgrade-strategy=eager pip setuptools pytest-timeout pytest-cov pytest-xdist"
- "python -m pip install --upgrade --upgrade-strategy=eager -e .[tests,virtualenv]"
script:
- "pytest -n auto --timeout 300 --cov=passa --cov-report=term-missing --cov-report=xml --cov-report=html tests"
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ deps =
pytest-sugar
-e .[tests,virtualenv]
commands = coverage run --parallel -m pytest --timeout 300 []
install_command = python -m pip install --upgrade {opts} {packages}
install_command = python -m pip install --upgrade --upgrade-strategy=eager {opts} {packages}
usedevelop = True

[testenv:coverage-report]
Expand Down

0 comments on commit 185e6b8

Please sign in to comment.