Skip to content

Commit 643902d

Browse files
Merge pull request #622 from c00kiemon5ter/feature-improve-ci
Add py37 as a test target
2 parents d257d30 + 648bc82 commit 643902d

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,13 @@
1+
dist: xenial
12
sudo: false
3+
24
language: python
35
python:
46
- 2.7
57
- 3.4
68
- 3.5
79
- 3.6
10+
- 3.7
811
- pypy
912
- pypy3
1013

tox.ini

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ envlist =
44
py34
55
py35
66
py36
7+
py37
78
pypy
89
pypy3
910

@@ -15,8 +16,8 @@ whitelist_externals =
1516
commands =
1617
xmlsec1 --version
1718
python --version
18-
py.test --version
19+
pytest --version
1920
tox --version
2021
pip --version
2122
pip freeze
22-
py.test --cov={envsitepackagesdir}/saml2 -v -rs {posargs:tests/}
23+
pytest --cov={envsitepackagesdir}/saml2 -vvv -rs {posargs:tests/}

0 commit comments

Comments
 (0)