File tree Expand file tree Collapse file tree 5 files changed +15
-23
lines changed Expand file tree Collapse file tree 5 files changed +15
-23
lines changed Original file line number Diff line number Diff line change 11language : python
22sudo : false
33python :
4- - " 3.3"
5- - " 3.4"
64 - " 3.5"
75 - " 3.6"
8- - " pypy3"
9- addons :
10- apt :
11- packages :
12- - libblas-dev
13- - liblapack-dev
14- before_install :
15- - pip install -U pip
166install :
17- - travis_wait travis_retry pip install -r requirements.txt
18- - travis_retry pip install python-coveralls
19- - travis_retry python setup.py install
20- script : py.test --runslow --cov-config=.coveragerc
21- after_success :
22- - coveralls
7+ - python setup.py install
8+ - pip install -r requirements.txt
9+ script : pytest
Original file line number Diff line number Diff line change 1- .. image :: https://readthedocs.org/projects/lasagne /badge/
1+ .. image :: https://readthedocs.org/projects/numpydl /badge/
22 :target: http://numpudl.readthedocs.org/en/latest/
33
44.. image :: https://img.shields.io/badge/license-MIT-blue.svg
55 :target: https://github.com/oujago/NumpyDL/blob/master/LICENSE
66
7-
8- .. image :: https://travis-ci.org/Lasagne/Lasagne.svg
7+ .. image :: https://travis-ci.org/oujago/NumpyDL.svg
98 :target: https://travis-ci.org/oujago/NumpyDL
109
11- .. image :: https://img.shields.io/coveralls/Lasagne/Lasagne .svg
10+ .. image :: https://img.shields.io/coveralls/oujago/NumpyDL .svg
1211 :target: https://coveralls.io/r/oujago/NumpyDL
1312
1413.. image :: https://zenodo.org/badge/16974/Lasagne/Lasagne.svg
Original file line number Diff line number Diff line change 22
33
44from . import data
5- # from . import eval
65from . import random
76
Original file line number Diff line number Diff line change 1+ numpy>=1.6
2+ scipy>=0.19
3+ scikit-learn>=0.18
4+ nltk
5+ numpydoc>=0.6
6+ sphinx>=1.5.4
Original file line number Diff line number Diff line change 11numpy >= 1.6
22scipy >= 0.19
3- numpydoc >= 0.6
4- sphinx >= 1.5.4
3+ scikit-learn >= 0.18
4+ nltk
5+
You can’t perform that action at this time.
0 commit comments