phenny-1/.travis.yml

12 lines
146 B
YAML
Raw Permalink Normal View History

2013-07-21 02:12:13 -04:00
language: python
sudo: false
cache: pip
2013-07-21 02:12:13 -04:00
python:
2016-03-06 16:52:48 -05:00
- 3.5
2017-04-10 02:20:49 -04:00
- 3.6
- 3.7
2013-07-21 02:12:13 -04:00
install:
- pip install -r requirements.txt
script:
- LANG=en_US.UTF-8 nosetests