Skip to content

Commit

Permalink
Merge pull request #37 from Kensuke-Mitsuzawa/bug/#35
Browse files Browse the repository at this point in the history
Bug/#35
  • Loading branch information
Kensuke-Mitsuzawa authored Oct 24, 2018
2 parents 50613f1 + 3dd3d0b commit 799493e
Show file tree
Hide file tree
Showing 42 changed files with 10,943 additions and 6,987 deletions.
7 changes: 4 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
language: python
python:
- 3.5
- "3.5"
- "3.6"
addons:
apt:
packages:
Expand All @@ -22,10 +23,10 @@ before_install:
- export CXX="g++-5"
- export CFLAGS=-std=c++11
- export CXXFLAGS=-std=c++11
- pip install numpy scipy scikit-learn cython
- pip install numpy scipy scikit-learn cython sqlitedict
install:
- python --version
- python setup.py build install
- python setup.py install
- pip install coveralls coverage nose
script:
- coverage run --source=DocumentFeatureSelection setup.py test
Expand Down
46 changes: 0 additions & 46 deletions Dockerfile

This file was deleted.

Loading

0 comments on commit 799493e

Please sign in to comment.