소스 검색

Fix installation of nearley deps for travis

tags/gm/2021-09-23T00Z/github.com--lark-parser-lark/0.5.1
Kaspar Emanuel 7 년 전
부모
커밋
9110e1e400
1개의 변경된 파일3개의 추가작업 그리고 1개의 파일을 삭제
  1. +3
    -1
      .travis.yml

+ 3
- 1
.travis.yml 파일 보기

@@ -8,4 +8,6 @@ python:
- "3.6"
- "pypy" # PyPy2 2.5.0
- "pypy3" # Pypy3 2.4.0
script: python -m tests
script:
- pip install -r nearley-requirements.txt
- python -m tests

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