Skip to content
This repository has been archived by the owner on Sep 1, 2020. It is now read-only.

Commit

Permalink
Travis (#2)
Browse files Browse the repository at this point in the history
* Module import

* Don't test on 3.3
  • Loading branch information
mewwts authored Feb 26, 2017
1 parent 62719f7 commit 1cfb37b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
language: python
python:
- "2.7"
- "3.3"
- "3.4"
- "3.5"
- "3.6"
before_install: sudo apt-get build-dep python-scipy
before_script: pip install coveralls
script:
Expand Down
6 changes: 3 additions & 3 deletions feng/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import pipeline
import importance
import preprocessing
from . import pipeline
from . import importance
from . import preprocessing

__title__ = 'feng'
__version__ = '0.2.2'
Expand Down

0 comments on commit 1cfb37b

Please sign in to comment.