~mgedmin/findimports/master

« back to all changes in this revision

Viewing changes to .travis.yml

  • Committer: GitHub
  • Author(s): Marius Gedminas
  • Date: 2020-10-28 09:17:18 UTC
  • mfrom: (199.1.2)
  • Revision ID: git-v1:77614861a5d974cd404894a3d2739f28d587fa26
Merge pull request #11 from mgedmin/py39

Add Python 3.9 support

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
language: python
 
2
cache: pip
2
3
python:
3
4
  - 2.7
4
5
  - 3.6
5
6
  - 3.7
6
7
  - 3.8
 
8
  - 3.9
7
9
  - pypy
8
10
  - pypy3
9
11
install: