Run core tests in CI
This commit is contained in:
parent
dbca402fe7
commit
981f6cc66c
1 changed files with 4 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue