Skip to content

Commit 2c55fd3

Browse files
committed
Replace travis matrix with tox-travis
Signed-off-by: Ivan Kanakarakis <[email protected]>
1 parent 57c6789 commit 2c55fd3

File tree

1 file changed

+13
-10
lines changed

1 file changed

+13
-10
lines changed

.travis.yml

Lines changed: 13 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,28 @@
1-
language: python
21
dist: xenial
32
sudo: required
3+
44
services:
55
- docker
66
- mongodb
7+
8+
language: python
9+
python:
10+
- 3.5
11+
- 3.6
12+
- 3.7
13+
- pypy3
14+
715
addons:
816
apt:
917
packages:
1018
- xmlsec1
1119
install:
12-
- pip install -U tox
13-
matrix:
14-
include:
15-
- python: 3.5
16-
env: TOXENV=py35
17-
- python: 3.6
18-
env: TOXENV=py36
19-
- python: 3.7
20-
env: TOXENV=py37
20+
- pip install tox
21+
- pip install tox-travis
22+
2123
script:
2224
- tox
25+
2326
deploy:
2427
- provider: pypi
2528
distributions: sdist bdist_wheel

0 commit comments

Comments
 (0)