Skip to content

Commit 20cd816

Browse files
committed
test(travis): Add travis-ci integration
1 parent 7be54b5 commit 20cd816

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

.travis.yml

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
language: python
2+
3+
sudo: required
4+
dist: xenial
5+
6+
matrix:
7+
include:
8+
- python: 3.6
9+
env: TOXENV=py36
10+
- python: 3.7
11+
env: TOXENV=py37
12+
13+
- python: 3.7
14+
env: TOXENV=flake8
15+
- python: 3.7
16+
env: TOXENV=pylint
17+
18+
allow_failures:
19+
- env: TOXENV=flake8
20+
- env: TOXENV=pylint
21+
22+
install: pip install tox
23+
24+
script: tox

0 commit comments

Comments
 (0)