Skip to content

Commit

Permalink
☔ update test setup
Browse files Browse the repository at this point in the history
  • Loading branch information
chfw committed Jul 30, 2017
1 parent de3857c commit e4c2815
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ python:
before_install:
- pip install -r test/requirements.txt
script:
- nosetests test
- make test
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
all: test

test:
bash test.sh
2 changes: 2 additions & 0 deletions test.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
cd test
nosetests
1 change: 1 addition & 0 deletions test/requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
nose

0 comments on commit e4c2815

Please sign in to comment.