1
0
Fork 0
nemubot/.travis.yml

13 lines
173 B
YAML
Raw Normal View History

2015-10-16 05:10:20 +00:00
language: python
python:
- 3.4
- 3.5
2019-09-20 23:16:33 +00:00
- 3.6
- 3.7
2015-10-16 05:10:20 +00:00
- nightly
2015-10-19 05:15:07 +00:00
install:
- pip install -r requirements.txt
- pip install .
script: nosetests -w nemubot
2015-10-16 05:10:20 +00:00
sudo: false