Skip to content
This repository was archived by the owner on Aug 7, 2024. It is now read-only.

Commit 7457f1e

Browse files
committed
have travis use Makefile
1 parent 36115a7 commit 7457f1e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ install:
1212
- pip install -r requirements.txt
1313

1414
script:
15-
- nosetests
15+
- make test
1616

1717
after_success:
1818
- codecov

0 commit comments

Comments
 (0)