mirror of
https://github.com/ammaraskar/pyCraft.git
synced 2024-11-21 17:56:30 +01:00
Fix: Travis pypy test environment fails to install
This commit is contained in:
parent
bf49006553
commit
33293a2395
@ -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
|
||||
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user