We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 406ee20 + a6a43ed commit b83c6a5Copy full SHA for b83c6a5
.travis.yml
@@ -2,6 +2,10 @@ language: python
2
3
python: "3.4"
4
5
+# don't build tags
6
+branches:
7
+ except: /^v\d/
8
+
9
# build sdist
10
script: make build
11
0 commit comments