Skip to content

Commit 8cf5039

Browse files
committed
Add travis config
1 parent ac003de commit 8cf5039

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

.travis.yml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
language: python
2+
3+
os:
4+
- linux
5+
6+
services:
7+
- postgresql
8+
9+
addons:
10+
postgresql: "9.4"
11+
12+
python:
13+
- 3.5
14+
15+
install:
16+
- "pip install cython"
17+
18+
script:
19+
- make && make test
20+
- make debug && make test

0 commit comments

Comments
 (0)