There was an error while loading. Please reload this page.
1 parent d886559 commit 579b817Copy full SHA for 579b817
buildspec_integ.yaml
@@ -3,8 +3,7 @@ version: 0.2
3
phases:
4
pre_build:
5
commands:
6
- - python setup.py develop
7
- - pip install -e .[test]
+ - pip install tox
8
build:
9
10
- - tox tests/integ/
+ - tox tests/integ/
buildspec_unit.yaml
- tox tests/unit/
0 commit comments