Skip to content

Commit dc426d0

Browse files
committed
Add .travis.yml
1 parent ef326ac commit dc426d0

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

.travis.yml

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
language: python
2+
3+
env:
4+
matrix:
5+
- python: 2.7
6+
env: TOXENV=py27
7+
- python: 3.3
8+
env: TOXENV=py33
9+
- python: 3.4
10+
env: TOXENV=py34
11+
- python: 3.5
12+
env: TOXENV=py35
13+
- python: 3.5
14+
env: TOXENV=py35-flake8-src
15+
- python: 3.5
16+
env: TOXENV=py35-flake8-tests
17+
fast_finish: true
18+
allow_failures:
19+
- env: TOXENV=py35-flake8-src
20+
- env: TOXENV=py35-flake8-tests
21+
22+
install:
23+
- pip install
24+
25+
script: tox

0 commit comments

Comments
 (0)