File size: 254 Bytes
4cec618
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
language: python
python:
  - "3.4"
install:
  - pip install nose
script:
  - python setup.py install
  - nosetests
notifications:
  email:
    - [email protected]
    - [email protected]
    - [email protected]
    - [email protected]