瀏覽代碼

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

Loading…
取消
儲存