Browse Source

Remove tests for Python 2

gm/2021-09-23T00Z/github.com--lark-parser-lark/1.0b
Erez Sh 3 years ago
parent
commit
d54f68530a
1 changed files with 0 additions and 2 deletions
  1. +0
    -2
      .travis.yml

+ 0
- 2
.travis.yml View File

@@ -1,14 +1,12 @@
dist: xenial
language: python
python:
- "2.7"
- "3.4"
- "3.5"
- "3.6"
- "3.7"
- "3.8"
- "3.9-dev"
- "pypy2.7-6.0"
- "pypy3.5-6.0"
install: pip install tox-travis
script:


Loading…
Cancel
Save