summaryrefslogtreecommitdiffstats
path: root/sshkeyshare/tox.ini
diff options
context:
space:
mode:
Diffstat (limited to 'sshkeyshare/tox.ini')
-rw-r--r--sshkeyshare/tox.ini5
1 files changed, 3 insertions, 2 deletions
diff --git a/sshkeyshare/tox.ini b/sshkeyshare/tox.ini
index e2aff1e..f49fe9f 100644
--- a/sshkeyshare/tox.ini
+++ b/sshkeyshare/tox.ini
@@ -1,6 +1,7 @@
# ============LICENSE_START====================================================
# =============================================================================
# Copyright (c) 2020 AT&T Intellectual Property. All rights reserved.
+# Copyright (c) 2020 Pantheon.tech. All rights reserved.
# =============================================================================
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
@@ -16,15 +17,15 @@
# ============LICENSE_END======================================================
[tox]
-envlist = py27
+envlist = py27,py36,py37
skip_missing_interpreters = true
[testenv]
deps=
- cloudify==3.4
pytest
coverage
pytest-cov
+ -r requirements.txt
setenv=
PYTHONPATH={toxinidir}
commands=