1
0
Fork 0

Run core tests in CI

This commit is contained in:
nemunaire 2015-10-19 07:15:07 +02:00
parent dbca402fe7
commit 981f6cc66c
1 changed files with 4 additions and 2 deletions

View File

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