diff options
author | ptmcg <ptmcg@austin.rr.com> | 2020-06-25 23:59:46 -0500 |
---|---|---|
committer | ptmcg <ptmcg@austin.rr.com> | 2020-06-25 23:59:46 -0500 |
commit | a51d66bb7b76509708bf6e6b8132fb2e89f0173f (patch) | |
tree | 30fa79b955044e421d1ac051f9c382d0eb504c5f | |
parent | 01ead0ed5ef45b706119b6f220c68e5884b2d1a0 (diff) | |
download | pyparsing-git-a51d66bb7b76509708bf6e6b8132fb2e89f0173f.tar.gz |
Travis CI builds on Ubuntu 16.04, for updated Python versions
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index eae572c..505f9f9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,7 @@ language: python +dist: xenial + matrix: include: - python: 3.8 |