Skip to content

Commit 9f86de6

Browse files
committed
β˜” update test setup
1 parent 3bf2cfa commit 9f86de6

4 files changed

Lines changed: 8 additions & 1 deletion

File tree

β€Ž.travis.ymlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ python:
1313
before_install:
1414
- pip install -r test/requirements.txt
1515
script:
16-
- nosetests test
16+
- make test

β€ŽMakefileβ€Ž

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
all: test
2+
3+
test:
4+
bash test.sh

β€Žtest.shβ€Ž

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
cd test
2+
nosetests

β€Žtest/requirements.txtβ€Ž

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
nose

0 commit comments

Comments
Β (0)