Skip to content

Commit b68329c

Browse files
committed
modified test
1 parent 4b68adb commit b68329c

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ python:
33
- 3.6
44
install:
55
- pip install -r requirments.txt
6+
- git clone https://github.com/whale8/data.git
7+
- cd data
68
script:
79
- pytest
810
notifications:
Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11

22

3-
class MyRidgeRegression():
3+
class MyRegression():
44
def __init__(self):
55
pass
66

77

8-
98
if __name__=="__main__":
10-
clf = MyRidgeRegression()
9+
clf = MyRegression()

0 commit comments

Comments
 (0)