diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index 6448cc8..0000000 --- a/.travis.yml +++ /dev/null @@ -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 diff --git a/README.md b/README.md index 82f6148..70be4fe 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/tox.ini b/tox.ini index ef19e2c..cef423b 100644 --- a/tox.ini +++ b/tox.ini @@ -2,17 +2,6 @@ envlist = py27, py34, py35, py36, py37, py38, py39, pypy, pypy3 skip_missing_interpreters=true -[travis] -2.7 = py27 -3.4 = py34 -3.5 = py35 -3.6 = py36 -3.7 = py37 -3.8 = py38 -3.9 = py39 -pypy = pypy -pypy3 = pypy3 - [testenv] whitelist_externals = git deps =