Skip to content

Commit bb19f85

Browse files
committed
Create .travis.yml
1 parent f45dd04 commit bb19f85

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+
python:
3+
- "2.6"
4+
- "2.7"
5+
# command to install dependencies
6+
install:
7+
- pip install .
8+
- pip install -r test_requirements.txt
9+
# command to run tests
10+
script: ./runtests.sh

0 commit comments

Comments
 (0)