Skip to content

Commit dbe7697

Browse files
committed
SDK-869: Remove tox in favour of testing different versions with Travis, updated supported versions.
1 parent 1467f60 commit dbe7697

File tree

6 files changed

+5
-185
lines changed

6 files changed

+5
-185
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,7 @@ Running the tests is done by the following process, ensuring you are using Pytho
277277
1. Install the SDK: `python setup.py develop`
278278
1. Execute in the main project dir: `py.test`
279279

280-
For information on testing with multiple Python versions, see [VERSION-SUPPORT.md](/VERSION-SUPPORT.md)
280+
See [.travis.yml](/.travis.yml) for compatibility with Python versions.
281281

282282
## API Coverage
283283

VERSION-SUPPORT.md

Lines changed: 0 additions & 83 deletions
This file was deleted.

requirements.in

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,5 @@ pyopenssl==18.0.0
1010
pytest==3.3.2
1111
pytz==2018.9
1212
requests>=2.20.0
13-
tox>=1.7.2
1413
virtualenv==13.1.2
1514
wheel==0.24.0

requirements.txt

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,16 +18,15 @@ idna==2.7 # via cryptography, requests
1818
itsdangerous==0.24
1919
mock==2.0.0
2020
pbr==1.10.0
21-
pluggy==0.6.0 # via pytest, tox
21+
pluggy==0.6.0 # via pytest
2222
protobuf==3.7.0
23-
py==1.5.3 # via pytest, tox
23+
py==1.5.3 # via pytest
2424
pycparser==2.18 # via cffi
2525
pyopenssl==18.0.0
2626
pytest==3.3.2
2727
pytz==2018.9
2828
requests==2.21.0
29-
six==1.10.0 # via cryptography, mock, protobuf, pyopenssl, pytest, tox
30-
tox==3.0.0
29+
six==1.10.0 # via cryptography, mock, protobuf, pyopenssl, pytest
3130
urllib3==1.24.1 # via requests
3231
virtualenv==13.1.2
3332
wheel==0.24.0

setup.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,14 +30,12 @@
3030
'Operating System :: OS Independent',
3131
'Intended Audience :: Developers',
3232
'Programming Language :: Python',
33-
'Programming Language :: Python :: 2',
34-
'Programming Language :: Python :: 2.6',
35-
'Programming Language :: Python :: 2.7',
3633
'Programming Language :: Python :: 3',
3734
'Programming Language :: Python :: 3.3',
3835
'Programming Language :: Python :: 3.4',
3936
'Programming Language :: Python :: 3.5',
4037
'Programming Language :: Python :: 3.6',
38+
'Programming Language :: Python :: 3.7',
4139
'Topic :: Software Development :: Libraries :: Python Modules',
4240
],
4341
keywords='yoti sdk 2FA multifactor authentication verification identity login register verify 2Factor',

tox.ini

Lines changed: 0 additions & 93 deletions
This file was deleted.

0 commit comments

Comments
 (0)