Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 07c1047

Browse files
committed
Removing unused directories for umbrella package.
Also updating tox and Travis configs to ignore the `py${VERSION}` tests for the umbrella package and changing the umbrella `cover` command to no longer refer to the now removed base `unit_tests` directory.
1 parent 9c00d52 commit 07c1047

File tree

7 files changed

+1
-80
lines changed

7 files changed

+1
-80
lines changed

.travis.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ install:
55
- pip install --upgrade pip tox
66

77
script:
8-
- tox -e py27
98
- (cd core && tox -e py27)
109
- (cd bigtable && tox -e py27)
1110
- (cd storage && tox -e py27)
@@ -21,7 +20,6 @@ script:
2120
- (cd vision && tox -e py27)
2221
- (cd translate && tox -e py27)
2322
- (cd speech && tox -e py27)
24-
- tox -e py34
2523
- (cd core && tox -e py34)
2624
- (cd bigtable && tox -e py34)
2725
- (cd storage && tox -e py34)

google/__init__.py

Lines changed: 0 additions & 20 deletions
This file was deleted.

google/cloud/__init__.py

Lines changed: 0 additions & 20 deletions
This file was deleted.

setup.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -71,11 +71,6 @@
7171
version='0.20.0dev',
7272
description='API Client library for Google Cloud',
7373
long_description=README,
74-
namespace_packages=[
75-
'google',
76-
'google.cloud',
77-
],
78-
packages=find_packages(),
7974
install_requires=REQUIREMENTS,
8075
**SETUP_BASE
8176
)

tox.ini

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tox]
22
envlist =
3-
py27,py34,py35,cover,docs,lint
3+
cover,docs,lint
44

55
[testing]
66
deps =
@@ -25,12 +25,6 @@ covercmd =
2525
--cov=google.cloud \
2626
--cov=unit_tests \
2727
--cov-config {toxinidir}/.coveragerc \
28-
unit_tests
29-
py.test --quiet \
30-
--cov=google.cloud \
31-
--cov=unit_tests \
32-
--cov-append \
33-
--cov-config {toxinidir}/.coveragerc \
3428
core/unit_tests
3529
py.test --quiet \
3630
--cov=google.cloud \

unit_tests/__init__.py

Lines changed: 0 additions & 13 deletions
This file was deleted.

unit_tests/streaming/__init__.py

Lines changed: 0 additions & 13 deletions
This file was deleted.

0 commit comments

Comments
 (0)