Merge sections

This commit is contained in:
Tzu-ping Chung
2018-04-07 22:33:18 +08:00
parent c054d2ae94
commit 7b3d191a4a
+2 -10
View File
@@ -37,11 +37,7 @@ environment:
- PYTHON: "C:\\Python27-x64"
PYTHON_VERSION: "2.7.x"
TEST_SUITE: 'not (cli or dotvenv or check or unused or requirements or complex or markers or run or project or utils or install)'
- PYTHON: "C:\\Python27-x64"
PYTHON_VERSION: "2.7.x"
TEST_SUITE: "install"
TEST_SUITE: "install or not (cli or dotvenv or check or unused or requirements or complex or markers or run or project or utils)"
PYTEST_ADDOPTS: "--cache-clear"
RUN_INTEGRATION_TESTS: "True"
@@ -63,11 +59,7 @@ environment:
- PYTHON: "C:\\Python36-x64"
PYTHON_VERSION: "3.6.x"
TEST_SUITE: 'not (cli or dotvenv or check or unused or requirements or complex or markers or run or project or utils or install)'
- PYTHON: "C:\\Python36-x64"
PYTHON_VERSION: "3.6.x"
TEST_SUITE: "install"
TEST_SUITE: "install or not (cli or dotvenv or check or unused or requirements or complex or markers or run or project or utils)"
PYTEST_ADDOPTS: "--cache-clear"
RUN_INTEGRATION_TESTS: "True"