Skip to content

Commit 9dfb9a2

Browse files
committed
Enable travis to run tests
Fixes prestodb#151.
1 parent aaeea8a commit 9dfb9a2

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

tests/.travis.yml

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
language: python
2+
python:
3+
- "2.7"
4+
install:
5+
- pip install --upgrade pip==6.1.1
6+
- pip install -r requirements.txt
7+
script:
8+
- make clean lint docs test-all

0 commit comments

Comments
 (0)