aboutsummaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorHaibo Huang <hhb@google.com>2020-12-16 07:49:52 -0800
committerHaibo Huang <hhb@google.com>2020-12-16 07:49:52 -0800
commitc89ead6a8ade30772e8c0ff7f55c04fa69214774 (patch)
tree7748c27dcca3bb937a8021cbb94b159cc025e130 /tox.ini
parent13f9df0298fd0cae5a554a563d18f6e77c1c2830 (diff)
downloadfonttools-c89ead6a8ade30772e8c0ff7f55c04fa69214774.tar.gz
Upgrade fonttools to 4.18.2
Test: make Change-Id: Ie9993976222da23293f339d505050f75dffd2781
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 8ced886b..bcbeeedd 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,6 +1,6 @@
[tox]
minversion = 3.0
-envlist = mypy, py3{6,7,8}-cov, htmlcov
+envlist = mypy, py3{6,7,8,9}-cov, htmlcov
skip_missing_interpreters=true
[testenv]