Skip to content

Commit 938139e

Browse files
just copy pylib .travis.yml as staring point
1 parent db6d5d1 commit 938139e

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

.travis.yml

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
language: python
2+
python:
3+
- '2.6'
4+
- '2.7'
5+
- '3.3'
6+
- '3.4'
7+
- '3.5'
8+
- pypy
9+
10+
matrix:
11+
allow_failures:
12+
- python: pypy
13+
cache: python
14+
install: pip install tox
15+
script: tox -e py

0 commit comments

Comments
 (0)