kindwolf.org Git repositories pecoregex / master .travis.yml
master

Tree @master (Download .tar.gz)

.travis.yml @masterraw · history · blame

language: python
python:
- 3.6
- 3.7
- 3.8
- 3.9
install:
- pip install pytest
- pip install -e .
script:
- pytest