Skip to content

Commit e5f4d30

Browse files
committed
first draft
1 parent b04fd33 commit e5f4d30

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

tox.ini

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# Copyright © 2019, SAS Institute Inc., Cary, NC, USA. All Rights Reserved.
2+
# SPDX-License-Identifier: Apache-2.0
3+
4+
[tox]
5+
envlist = py27, py30, py36
6+
7+
[testenv]
8+
# install pytest in the virtualenv where commands will be executed
9+
deps =
10+
-rtest_requirements.txt
11+
12+
commands =
13+
# NOTE: you can run any command line tool here - not just tests
14+
- py.test -vv
15+
16+
setenv =
17+
SASCTL_USER_NAME=dummy
18+
SASCTL_PASSWORD=dummy
19+
SASCTL_TEST_SERVERS=dummy
20+
REQUESTS_CA_BUNDLE=

0 commit comments

Comments
 (0)