Skip to content
Snippets Groups Projects
Verified Commit f585538f authored by Timm Fitschen's avatar Timm Fitschen
Browse files

Merge branch 'dev' into f-one-time-tokens

parents 69530995 90c9f8b2
No related branches found
No related tags found
No related merge requests found
# Installation
python3.6 is required.
pip install . --user
pip install tox --user
......
......@@ -155,6 +155,7 @@ def setup_package():
author='Timm Fitschen',
author_email='t.fitschen@indiscale.com',
packages=find_packages('src'),
python_requires='>=3.6',
package_dir={'': 'src'},
install_requires=['lxml>=3.6.4',
'PyYaml>=3.12', 'future', 'PySocks>=1.6.7'],
......
[tox]
envlist=py34, py35, py36, py37, py38
envlist=py36, py37, py38
skip_missing_interpreters = true
[testenv]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment