1
0
Fork 0
nemubot/.travis.yml

12 lines
165 B
YAML
Raw Normal View History

2015-10-16 05:10:20 +00:00
language: python
python:
- 3.3
- 3.4
- 3.5
- 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