Skip to content

Commit 6f0ce18

Browse files
author
vinit Kumar
committed
add travis
1 parent 0e327c7 commit 6f0ce18

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.travis.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
language: python
2+
# command to install dependencies
3+
install:
4+
- pip install -r requirements.txt
5+
- python setup.py install
6+
# command to run tests
7+
script: python tests/test.py

0 commit comments

Comments
 (0)