diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2020-07-12 03:32:58 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-12 03:32:58 -0400 |
commit | 21386a14068be84d2f1eef037f99fa3d3e037aab (patch) | |
tree | e8d2551e51ea76df0d8563d3c8206d3dda05e76e | |
parent | 599f6393c1be4d5852f5b9884b9fb282a16ca64a (diff) | |
parent | 069eb7de91856a92f0c630b048f14367af80c3ad (diff) | |
download | python-setuptools-git-21386a14068be84d2f1eef037f99fa3d3e037aab.tar.gz |
Merge pull request #2248 from hugovk/patch-1
Test Python 3.9-dev on Travis CI
-rw-r--r-- | .travis.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index e8bc7574..0e636eec 100644 --- a/.travis.yml +++ b/.travis.yml @@ -13,6 +13,7 @@ jobs: - <<: *latest_py3 env: LANG=C - python: 3.8-dev + - python: 3.9-dev - <<: *latest_py3 env: TOXENV=docs allow_failures: |