mirror of
https://github.com/bndr/pipreqs.git
synced 2025-06-06 03:25:21 +00:00
Upgrading pypy to pypy3
Maybe forcing pypy to use python 3 will solve the issue (although it works fine with python 2.7 at the moment)
This commit is contained in:
parent
7b69881e76
commit
b1725c7409
@ -12,8 +12,8 @@ matrix:
|
|||||||
env: TOX_ENV=py34
|
env: TOX_ENV=py34
|
||||||
- python: 2.7
|
- python: 2.7
|
||||||
env: TOX_ENV=py27
|
env: TOX_ENV=py27
|
||||||
- python: pypy
|
- python: pypy3
|
||||||
env: TOX_ENV=pypy
|
env: TOX_ENV=pypy3
|
||||||
- python: 3.6
|
- python: 3.6
|
||||||
env: TOX_ENV=flake8
|
env: TOX_ENV=flake8
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user