Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit c007bdc

Browse files
committed
Actually run all tests
1 parent d0ab043 commit c007bdc

File tree

1 file changed

+25
-10
lines changed

1 file changed

+25
-10
lines changed

.travis.yml

Lines changed: 25 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,33 @@
11
sudo: false
22
language: python
33
install:
4-
- pip install -r requirements_dev.txt
4+
- pip install -r requirements_dev.txt
55

66
matrix:
77
include:
8-
- python: 2.7
9-
env:
10-
- TOX_ENV=py27
11-
- TOX_ENV=py27-flake8
12-
- python: 3.6
13-
env:
14-
- TOX_ENV=py36
15-
- TOX_ENV=py36-flake8
16-
- TOX_ENV=docs
8+
- python: 2.7
9+
env:
10+
- TOX_ENV=py27
11+
- python: 2.7
12+
env:
13+
- TOX_ENV=py27-flake8
14+
- python: 2.7
15+
env:
16+
- TOX_ENV=docs
17+
- python: 3.6
18+
env:
19+
- TOX_ENV=py36
20+
- python: 3.6
21+
env:
22+
- TOX_ENV=py36-flake8
23+
- python: 3.6
24+
env:
25+
- TOX_ENV=py36-black
26+
- python: 3.7
27+
env:
28+
- TOX_ENV=py37
29+
- python: 3.8
30+
env:
31+
- TOX_ENV=py38
1732

1833
script: tox -e $TOX_ENV

0 commit comments

Comments
 (0)