Skip to content

Commit 3c02b98

Browse files
committed
Init Travis config
1 parent e28e684 commit 3c02b98

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

.travis.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
language: python
2+
python:
3+
- "2.6"
4+
- "2.7"
5+
- "3.3"
6+
- "3.4"
7+
- "3.5"
8+
- "3.5-dev"
9+
- "3.6"
10+
- "3.6-dev"
11+
- "3.7-dev"
12+
- "nightly"
13+
install:
14+
- pip install -r requirements.txt
15+
script:
16+
- test

0 commit comments

Comments
 (0)