We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 571144d commit 09b4394Copy full SHA for 09b4394
circle.yml
@@ -2,6 +2,10 @@ machine:
2
post:
3
- pyenv global 2.7.11 3.4.3
4
5
+test:
6
+ post:
7
+ - ./setup.py -V | grep dirty -vq
8
+
9
deployment:
10
releases:
11
tag: /[0-9]+(\.[0-9]+)+((-(beta|rc)[0-9]{1,2})(\.[0-9])?)?/
0 commit comments