Skip to content

Commit

Permalink
Merge pull request #8 from oujago/develop
Browse files Browse the repository at this point in the history
fix test bug
  • Loading branch information
oujago authored Apr 12, 2017
2 parents 74189a3 + 3460bc2 commit 38bc973
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 23 deletions.
19 changes: 3 additions & 16 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,22 +1,9 @@
language: python
sudo: false
python:
- "3.3"
- "3.4"
- "3.5"
- "3.6"
- "pypy3"
addons:
apt:
packages:
- libblas-dev
- liblapack-dev
before_install:
- pip install -U pip
install:
- travis_wait travis_retry pip install -r requirements.txt
- travis_retry pip install python-coveralls
- travis_retry python setup.py install
script: py.test --runslow --cov-config=.coveragerc
after_success:
- coveralls
- python setup.py install
- pip install -r requirements.txt
script: pytest
7 changes: 3 additions & 4 deletions README.rst
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
.. image:: https://readthedocs.org/projects/lasagne/badge/
.. image:: https://readthedocs.org/projects/numpydl/badge/
:target: http://numpudl.readthedocs.org/en/latest/

.. image:: https://img.shields.io/badge/license-MIT-blue.svg
:target: https://github.com/oujago/NumpyDL/blob/master/LICENSE


.. image:: https://travis-ci.org/Lasagne/Lasagne.svg
.. image:: https://travis-ci.org/oujago/NumpyDL.svg
:target: https://travis-ci.org/oujago/NumpyDL

.. image:: https://img.shields.io/coveralls/Lasagne/Lasagne.svg
.. image:: https://img.shields.io/coveralls/oujago/NumpyDL.svg
:target: https://coveralls.io/r/oujago/NumpyDL

.. image:: https://zenodo.org/badge/16974/Lasagne/Lasagne.svg
Expand Down
1 change: 0 additions & 1 deletion npdl/utils/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,5 @@


from . import data
# from . import eval
from . import random

6 changes: 6 additions & 0 deletions requirements-doc.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
numpy>=1.6
scipy>=0.19
scikit-learn>=0.18
nltk
numpydoc>=0.6
sphinx>=1.5.4
5 changes: 3 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
numpy>=1.6
scipy>=0.19
numpydoc>=0.6
sphinx>=1.5.4
scikit-learn>=0.18
nltk

0 comments on commit 38bc973

Please sign in to comment.