forked from conan-io/training
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtox.ini
47 lines (43 loc) · 1.08 KB
/
tox.ini
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
[tox]
skipsdist=True
envlist =
py37-conan
[testenv]
deps =
conan: conan>=1.48.1
setenv =
PYTHONDONTWRITEBYTECODE=1
PYTHONPATH = {toxinidir}{:}{env:PYTHONPATH:}
CONAN_PRINT_RUN_COMMANDS=1
passenv = PYTEST_ADDOPTS *
commands =
conan config init
conan profile update settings.compiler.libcxx=libstdc++11 default
./catchup.sh 1
./catchup.sh 2
./catchup.sh 3
./catchup.sh 4
./catchup.sh 5
./catchup.sh 6
./catchup.sh 7
./catchup.sh 8
# ./catchup.sh 9 # requires Artifactory
./catchup.sh 10
# ./catchup.sh 11 # requires Artifactory
./catchup.sh 12
./catchup.sh 13
./catchup.sh 14 # option error
# ./catchup.sh 15 # requires xbuilding
# ./catchup.sh 16 # requires xbuilding
./catchup.sh 17 # requirements conflict
./catchup.sh 18
./catchup.sh 19
./catchup.sh 20
./catchup.sh 21
./catchup.sh 22
./catchup.sh 23
./catchup.sh 24
# ./catchup.sh 25 # requires Artifactory
./catchup.sh 26
./catchup.sh 27 # missing binary
./catchup.sh 28 # hook errors