Skip to content

Commit 7f4b55d

Browse files
committed
Add travis configuration
1 parent d373026 commit 7f4b55d

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.travis.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
language: python
2+
3+
python:
4+
- "2.7"
5+
6+
install:
7+
- pip install -r requirements.txt
8+
9+
script:
10+
- py.test --host http://lightning-python-test.herokuapp.com

0 commit comments

Comments
 (0)