Skip to content

Commit d6d7986

Browse files
icywang86ruiEliza Zhang
authored andcommitted
Add release build (aws#191)
* Run SM tests in parallel in PR build * Add release build spec and build scripts
1 parent e8e0802 commit d6d7986

File tree

3 files changed

+5
-13
lines changed

3 files changed

+5
-13
lines changed

VERSION

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,5 @@
1+
<<<<<<< HEAD
12
2.0.8.dev0
3+
=======
4+
2.0.1.dev0
5+
>>>>>>> Add release build (#191)

setup.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ def read_version():
3030

3131
setup(
3232
name='sagemaker_tensorflow_container',
33-
3433
version=read_version(),
3534
description='Open source library for creating '
3635
'TensorFlow containers to run on Amazon SageMaker.',

tox.ini

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -60,25 +60,14 @@ passenv =
6060
# Can be used to specify which tests to run, e.g.: tox -- -s
6161
commands =
6262
coverage run --rcfile .coveragerc_{envname} --source sagemaker_tensorflow_container -m py.test {posargs}
63-
<<<<<<< HEAD
64-
<<<<<<< HEAD
6563
{env:IGNORE_COVERAGE:} coverage report --include *sagemaker_tensorflow_container* --show-missing
6664
deps = sagemaker-containers
6765
extras = test
68-
=======
69-
{env:IGNORE_COVERAGE:} coverage report --fail-under=90 --include *sagemaker_tensorflow_container* --show-missing
70-
deps = .[test]
71-
>>>>>>> Update sagemaker containers (#119)
72-
=======
73-
{env:IGNORE_COVERAGE:} coverage report --include *sagemaker_tensorflow_container* --show-missing
74-
deps = .[test]
75-
sagemaker-containers
76-
>>>>>>> Fix broken unit tests (#124)
7766

7867
[testenv:flake8]
7968
basepython = python
8069
deps =
8170
flake8
8271
flake8-future-import
8372
flake8-import-order
84-
commands = flake8
73+
commands = flake8

0 commit comments

Comments
 (0)