1
0
mirror of https://github.com/wting/autojump synced 2024-10-27 20:34:07 +00:00

travis: Switch to Python 3.9

This commit is contained in:
Alex Thiessen 2022-01-23 02:08:20 +01:00
parent c336622516
commit f6acb90eae
No known key found for this signature in database
GPG Key ID: 6C90AE2B18A1CF5B

View File

@ -1,13 +1,9 @@
language: python
python: 2.7
python: 3.9
env:
- TOX_ENV=py26
- TOX_ENV=py27
- TOX_ENV=py32
- TOX_ENV=py33
- TOX_ENV=py34
- TOX_ENV=py39
- TOX_ENV=flake8
install: