File tree Expand file tree Collapse file tree 2 files changed +1
-3
lines changed
Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,6 @@ before_install:
1414install :
1515 - pip install --upgrade pip
1616 - pip install --upgrade setuptools
17- # - pip install coverage pytest-cov pytest-django
1817script :
1918 # Travis clones the project to $TRAVIS_BUILD_DIR and cds there before running
2019 # the scripts.
@@ -28,5 +27,4 @@ after_success:
2827 # Coveralls has a requirement for requests >= 1.0.0, so we install it after
2928 # our packages to prevent it from pulling in the latest version, which is
3029 # likely to conflict with the fixed version our packages pull in.
31- # - pip install coveralls
3230 - coveralls
Original file line number Diff line number Diff line change 3939 is_d1_dev_installed = True
4040
4141PKG_PATH_LIST = [
42+ 'test_utilities' ,
4243 'dev_tools' ,
4344 'lib_common' ,
4445 'lib_client' ,
4546 'client_cli' ,
4647 'client_onedrive' ,
4748 'gmn' ,
48- 'test_utilities' ,
4949]
5050
5151
You can’t perform that action at this time.
0 commit comments