File tree 2 files changed +1
-3
lines changed
2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,6 @@ before_install:
14
14
install :
15
15
- pip install --upgrade pip
16
16
- pip install --upgrade setuptools
17
- # - pip install coverage pytest-cov pytest-django
18
17
script :
19
18
# Travis clones the project to $TRAVIS_BUILD_DIR and cds there before running
20
19
# the scripts.
@@ -28,5 +27,4 @@ after_success:
28
27
# Coveralls has a requirement for requests >= 1.0.0, so we install it after
29
28
# our packages to prevent it from pulling in the latest version, which is
30
29
# likely to conflict with the fixed version our packages pull in.
31
- # - pip install coveralls
32
30
- coveralls
Original file line number Diff line number Diff line change 39
39
is_d1_dev_installed = True
40
40
41
41
PKG_PATH_LIST = [
42
+ 'test_utilities' ,
42
43
'dev_tools' ,
43
44
'lib_common' ,
44
45
'lib_client' ,
45
46
'client_cli' ,
46
47
'client_onedrive' ,
47
48
'gmn' ,
48
- 'test_utilities' ,
49
49
]
50
50
51
51
You can’t perform that action at this time.
0 commit comments