Skip to content

Commit

Permalink
removed ci dependencies, removed pypy3
Browse files Browse the repository at this point in the history
  • Loading branch information
vgoehler committed Feb 13, 2020
1 parent d9e052f commit 0437a1a
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 6 deletions.
3 changes: 0 additions & 3 deletions ci/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
virtualenv>=16.6.0
pip>=19.1.1
setuptools>=18.0.1
numpy>=1.18.0
opencv-python>=4.1.2.30
scipy>=1.4.1
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ def read(*names, **kwargs):
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: Implementation :: CPython',
'Programming Language :: Python :: Implementation :: PyPy',
#'Programming Language :: Python :: Implementation :: PyPy',
# uncomment if you test on these interpreters:
# 'Programming Language :: Python :: Implementation :: IronPython',
# 'Programming Language :: Python :: Implementation :: Jython',
Expand Down
3 changes: 1 addition & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,12 @@ envlist =
clean,
check,
docs,
{py36,py37,py38,pypy3},
{py36,py37,py38},
report
ignore_basepython_conflict = true

[testenv]
basepython =
pypy3: {env:TOXPYTHON:pypy3}
py36: {env:TOXPYTHON:python3.6}
{py37,docs}: {env:TOXPYTHON:python3.7}
py38: {env:TOXPYTHON:python3.8}
Expand Down

0 comments on commit 0437a1a

Please sign in to comment.