We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57c6789 commit 2c55fd3Copy full SHA for 2c55fd3
.travis.yml
@@ -1,25 +1,28 @@
1
-language: python
2
dist: xenial
3
sudo: required
+
4
services:
5
- docker
6
- mongodb
7
8
+language: python
9
+python:
10
+ - 3.5
11
+ - 3.6
12
+ - 3.7
13
+ - pypy3
14
15
addons:
16
apt:
17
packages:
18
- xmlsec1
19
install:
- - pip install -U tox
-matrix:
- include:
- - python: 3.5
- env: TOXENV=py35
- - python: 3.6
- env: TOXENV=py36
- - python: 3.7
20
- env: TOXENV=py37
+ - pip install tox
21
+ - pip install tox-travis
22
23
script:
24
- tox
25
26
deploy:
27
- provider: pypi
28
distributions: sdist bdist_wheel
0 commit comments