lark/.travis.yml

12 lines
198 B
YAML
Raw Normal View History

2017-04-18 08:43:19 +00:00
language: python
python:
- "2.7"
2017-04-18 08:48:23 +00:00
# - "3.2" 3.2 doesn't support the u'' syntax
2017-04-18 08:43:19 +00:00
- "3.3"
- "3.4"
- "3.5"
- "3.6"
- "pypy" # PyPy2 2.5.0
- "pypy3" # Pypy3 2.4.0
script: python -m tests