File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -12,6 +12,10 @@ python:
12
12
- " 3.6"
13
13
14
14
install :
15
+ - python setup.py sdist
16
+ - pip install dist/mkwvconf-*.tar.gz
17
+
18
+ before_script :
15
19
- pip install flake8
16
20
17
21
script :
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ configPath="${configDir}/simpleConfiguration-actual.ini"
20
20
expectedConfig=" ${configDir} /simpleConfiguration-expected.ini"
21
21
22
22
echo -e " ${countryCode} \n${provider} \nY\n${modemLocation} \nY\n${profileName} \nY\n" \
23
- | python -m mkwvconf --configPath=" ${configPath} "
23
+ | mkwvconf --configPath=" ${configPath} "
24
24
25
25
cat > " ${expectedConfig} " << EOF
26
26
@@ -54,7 +54,7 @@ configPath="${configDir}/apnConfiguration-actual.ini"
54
54
expectedConfig=" ${configDir} /apnConfiguration-expected.ini"
55
55
56
56
echo -e " ${countryCode} \n${provider} \nY\n${apn} \nY\n${modemLocation} \nY\n${profileName} \nY\n" \
57
- | python -m mkwvconf --configPath=" ${configPath} "
57
+ | mkwvconf --configPath=" ${configPath} "
58
58
59
59
cat > " ${expectedConfig} " << EOF
60
60
You can’t perform that action at this time.
0 commit comments