mirror of https://github.com/lark-parser/lark.git
Merge pull request #960 from michael-k/remove-travis
Remove config for Travis-CI.org
This commit is contained in:
commit
82ad512c1a
15
.travis.yml
15
.travis.yml
|
@ -1,15 +0,0 @@
|
|||
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:
|
||||
- tox
|
|
@ -37,7 +37,7 @@ Most importantly, Lark will save you time and prevent you from getting parsing h
|
|||
|
||||
Lark has no dependencies.
|
||||
|
||||
[![Build Status](https://travis-ci.org/lark-parser/lark.svg?branch=master)](https://travis-ci.org/lark-parser/lark)
|
||||
[![Tests](https://github.com/lark-parser/lark/actions/workflows/tests.yml/badge.svg)](https://github.com/lark-parser/lark/actions/workflows/tests.yml)
|
||||
|
||||
### Syntax Highlighting
|
||||
|
||||
|
|
Loading…
Reference in New Issue