소스 검색

Merge pull request #960 from michael-k/remove-travis

Remove config for Travis-CI.org
tags/gm/2021-09-23T00Z/github.com--lark-parser-lark/0.12.0
Erez Shinan 3 년 전
committed by GitHub
부모
커밋
82ad512c1a
No known key found for this signature in database GPG 키 ID: 4AEE18F83AFDEB23
3개의 변경된 파일1개의 추가작업 그리고 27개의 파일을 삭제
  1. +0
    -15
      .travis.yml
  2. +1
    -1
      README.md
  3. +0
    -11
      tox.ini

+ 0
- 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

+ 1
- 1
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



+ 0
- 11
tox.ini 파일 보기

@@ -2,17 +2,6 @@
envlist = py27, py34, py35, py36, py37, py38, py39, py310, 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 =


불러오는 중...
취소
저장