Skip to content

Commit 41dd7ef

Browse files
committed
Add integration to Travis CI
1 parent 36f727f commit 41dd7ef

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.travis.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
language: python
2+
python:
3+
- "2.7"
4+
install: "pip install -r requirements.txt"
5+
script: python test.py

0 commit comments

Comments
 (0)