Skip to content

Commit fbaea43

Browse files
committed
add travis config
1 parent 1245405 commit fbaea43

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

.travis.yml

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
language: python
2+
3+
python:
4+
- "2.5"
5+
- "2.6"
6+
- "2.7"
7+
- "3.2"
8+
- "3.3"
9+
- "3.4"
10+
- "pypy"
11+
12+
install:
13+
- "pip install ."
14+
- "pip install pytest django --use-mirrors"
15+
16+
17+
branches:
18+
only:
19+
- develop
20+
21+
script:
22+
py.test

0 commit comments

Comments
 (0)