Setup cron

This commit is contained in:
Simon Conseil
2020-10-04 21:52:18 -03:00
parent 9201014585
commit 91c861530a
2 changed files with 12 additions and 13 deletions

View File

@@ -1,12 +1,12 @@
[tox]
envlist = py{36,37,38}{,-pillow70,-pillow71},pypy3
envlist = py{36,37,38}-pillow{70,71,-latest},pypy3,check
skip_missing_interpreters = True
[gh-actions]
python =
3.6: py36-pillow70
3.7: py37-pillow71
3.8: py38, check
3.8: py38-pillow-latest, check
pypy3: pypy3
[testenv]