Skip to content

Commit 3833a80

Browse files
author
Daniel Gallagher
committed
Update travis tox usage more
1 parent 3d12895 commit 3833a80

File tree

1 file changed

+22
-11
lines changed

1 file changed

+22
-11
lines changed

.travis.yml

Lines changed: 22 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,26 @@
11
language: python
2-
python: 3.6
3-
env: # These should match the tox env list.
4-
- TOXENV=flake8
5-
- TOXENV=py27
6-
- TOXENV=py33
7-
- TOXENV=py34
8-
- TOXENV=py35
9-
- TOXENV=py36
10-
- TOXENV=pypy
11-
- TOXENV=pre-commit
12-
2+
matrix:
3+
include:
4+
- env: TOXENV=py27
5+
- env: TOXENV=py33
6+
python: 3.3
7+
- env: TOXENV=py34
8+
python: 3.4
9+
- env: TOXENV=py35
10+
python: 3.5
11+
- env: TOXENV=py36
12+
python: 3.6
13+
- env: TOXENV=pypy
14+
python: pypy-5.7.1
15+
- env: TOXENV=pre-commit
16+
python: 3.6
17+
install: pip install coveralls tox
18+
script: tox
19+
after_success: coveralls
20+
cache:
21+
directories:
22+
- $HOME/.cache/pip
23+
- $HOME/.cache/pre-commit
1324
deploy:
1425
provider: pypi
1526
user: syrusakbary

0 commit comments

Comments
 (0)