Skip to content

Commit

Permalink
added testclass in test_simple
Browse files Browse the repository at this point in the history
  • Loading branch information
flennerhag committed Jan 12, 2017
1 parent b7724b9 commit 0921843
Show file tree
Hide file tree
Showing 5 changed files with 162 additions and 406 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,11 @@ python:
- "3.5"
install:
- pip install coveralls
- pip install pytest
- pip install -r requirements.txt
- pip install .
script:
- coverage run --source=mlens mlens/test/test.py
- python mlens/test/test.py
- cd mlens/test
- coverage run --source=mlens test_simple.py
after_success:
coveralls
4 changes: 0 additions & 4 deletions mlens/test/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,5 @@
"""
author: Sebastian Flennerhag
date: 12/01/2017
A simple script to check that ensemble runs and integrates well with sklearn.
"""

from . import test

__all__ = ['test']
200 changes: 0 additions & 200 deletions mlens/test/test.py

This file was deleted.

Loading

0 comments on commit 0921843

Please sign in to comment.