Skip to content

Commit 579b817

Browse files
committed
Buildspecs pre-installs tox only.
1 parent d886559 commit 579b817

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

buildspec_integ.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@ version: 0.2
33
phases:
44
pre_build:
55
commands:
6-
- python setup.py develop
7-
- pip install -e .[test]
6+
- pip install tox
87
build:
98
commands:
10-
- tox tests/integ/
9+
- tox tests/integ/

buildspec_unit.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@ version: 0.2
33
phases:
44
pre_build:
55
commands:
6-
- python setup.py develop
7-
- pip install -e .[test]
6+
- pip install tox
87
build:
98
commands:
109
- tox tests/unit/

0 commit comments

Comments
 (0)