try build stages

Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
This commit is contained in:
2018-03-04 14:21:53 -05:00
parent b36d594fab
commit 72b16e7f66
+5 -8
View File
@@ -6,8 +6,7 @@ python:
- "3.6"
env:
- TEST_SUITE='install'
- TEST_SUITE='dotvenv or check or unused'
- TEST_SUITE='cli or requirements'
- TEST_SUITE='dotvenv or check or unused or requirements'
- TEST_SUITE='complex'
- TEST_SUITE='run or project or utils'
@@ -21,9 +20,7 @@ install:
script:
- "pipenv run bash ./run-tests.sh"
# command to run tests
# jobs:
# include:
# - stage: "✨ Flake8 NitPicking ✨"
# python: "3.6"
# script: "pipenv run flake8"
jobs:
include:
- stage: pre-test
env: TEST_SUITE='cli'