Skip to content
Snippets Groups Projects
Commit b4605213 authored by Holger Nahrstaedt's avatar Holger Nahrstaedt
Browse files

fix circleci

parent bf94f7a2
No related branches found
No related tags found
No related merge requests found
...@@ -129,15 +129,9 @@ jobs: ...@@ -129,15 +129,9 @@ jobs:
tox -e py35 tox -e py35
workflows: workflows:
version: 2 version: 2
build-test-and-deploy: build_and_test:
jobs: jobs:
- build-python3.6 - build-python3.6
- build-python2.7: - build-python2.7
requires: - build-python3.4
- build-python3.6 - build-python3.5
- build-python3.4:
requires:
- build-python2.7
- build-python3.5:
requires:
- build-python3.5
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment