Run core tests in CI

This commit is contained in:
nemunaire 2015-10-19 07:15:07 +02:00
parent dbca402fe7
commit 981f6cc66c

View File

@ -4,6 +4,8 @@ python:
- 3.4 - 3.4
- 3.5 - 3.5
- nightly - nightly
install: pip install -r requirements.txt install:
script: pip install . - pip install -r requirements.txt
- pip install .
script: nosetests -w nemubot
sudo: false sudo: false