sglang_v0.5.2/pytorch_2.8.0/third_party/python-peachpy/.travis.yml

14 lines
209 B
YAML

language: python
python:
- "2.7"
- "3.6"
- "3.7"
- "pypy"
- "pypy3"
install:
- pip install .
- pip install -r test/requirements.txt
- export PATH="$HOME/.local/bin:$PATH"
script:
- nosetests