Skip to content

Commit

Permalink
Fix: Travis pypy test environment fails to install
Browse files Browse the repository at this point in the history
  • Loading branch information
joodicator committed Dec 16, 2021
1 parent bf49006 commit 33293a2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
5 changes: 0 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ matrix:
include:
- python: pypy3
env: TOX_ENV=pypy
before_install:
- python -m pip install --upgrade virtualenv
- python: 3.5
env: TOX_ENV=py35
- python: 3.6
Expand All @@ -27,9 +25,6 @@ matrix:
- python: 3.9
env: TOX_ENV=verify-manifest

before_install:
- python -m pip install --upgrade virtualenv

install:
- pip install tox
- pip install python-coveralls
Expand Down
1 change: 1 addition & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ envlist = py35, py36, py37, py38, py39, pypy, flake8, pylint-errors, pylint-full

[testenv]
commands = nosetests --with-timer
install_command = pip install --prefer-binary {opts} {packages}

deps =
nose
Expand Down

0 comments on commit 33293a2

Please sign in to comment.