diff options
author | ptmcg <ptmcg@austin.rr.com> | 2020-10-25 00:16:22 -0500 |
---|---|---|
committer | ptmcg <ptmcg@austin.rr.com> | 2020-10-25 00:16:22 -0500 |
commit | 14ed25ae69c4db40dcb44ed174b12cd23e602359 (patch) | |
tree | 14b8a0e4049e33942356cb55a00f581671f43a46 | |
parent | 26dc843d1cff97e1fc5c71c0595ec963a30b17c0 (diff) | |
download | pyparsing-git-14ed25ae69c4db40dcb44ed174b12cd23e602359.tar.gz |
Remove black from tox.ini, Travis CI black is not aligned with local black; add py39-dev version - this time I mean it!
-rw-r--r-- | .travis.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml index 505f9f9..3b68bab 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,8 +4,6 @@ dist: xenial matrix: include: - - python: 3.8 - env: TOXENV=black - python: 3.5 env: TOXENV=py35 - python: 3.6 @@ -14,6 +12,8 @@ matrix: env: TOXENV=py37 - python: 3.8 env: TOXENV=py38 + - python: 3.9 + env: TOXENV=py39-dev - python: pypy3 env: TOXENV=pypy3 fast_finish: true |