Skip to content

Commit 735e1b1

Browse files
committed
Fix build
1 parent 0e7e1b9 commit 735e1b1

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.travis.yml

-2
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ before_install:
1414
install:
1515
- pip install --upgrade pip
1616
- pip install --upgrade setuptools
17-
#- pip install coverage pytest-cov pytest-django
1817
script:
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

dev_tools/src/d1_dev/setup-all.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,13 +39,13 @@
3939
is_d1_dev_installed = True
4040

4141
PKG_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

0 commit comments

Comments
 (0)