Skip to content

Commit

Permalink
Enable test jobs on all tags
Browse files Browse the repository at this point in the history
  • Loading branch information
tammoippen committed Dec 17, 2018
1 parent 4276eb5 commit 7e7dc60
Showing 1 changed file with 24 additions and 6 deletions.
30 changes: 24 additions & 6 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -139,12 +139,30 @@ workflows:
version: 2.1
test_and_deploy:
jobs:
- test_2_7
- test_2_7_pypy
- test_3_5
- test_3_5_pypy
- test_3_6
- test_3_7
- test_2_7:
filters:
tags:
only: /.*/
- test_2_7_pypy:
filters:
tags:
only: /.*/
- test_3_5:
filters:
tags:
only: /.*/
- test_3_5_pypy:
filters:
tags:
only: /.*/
- test_3_6:
filters:
tags:
only: /.*/
- test_3_7:
filters:
tags:
only: /.*/
- deploy_job:
requires:
- test_2_7
Expand Down

0 comments on commit 7e7dc60

Please sign in to comment.