Skip to content

Commit c9a2c6b

Browse files
committed
Add Travis CI configuration
1 parent 40c67de commit c9a2c6b

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

.travis.yml

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
language: python
2+
3+
python:
4+
- 2.6
5+
- 2.7
6+
- 3.3
7+
- 3.4
8+
- pypy
9+
10+
env:
11+
- PYTEST=2.3.5
12+
- PYTEST=2.4.2
13+
- PYTEST=2.5.2
14+
- PYTEST=2.6.4
15+
- PYTEST=2.7.0
16+
17+
install:
18+
- pip install -q pytest==$PYTEST
19+
- pip install -q -r requirements/main.txt
20+
- pip install -q -e .
21+
22+
script:
23+
- py.test

0 commit comments

Comments
 (0)