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 db4ba46 commit cab3946Copy full SHA for cab3946
.travis.yml
@@ -2,8 +2,8 @@ language: python
2
branches:
3
only:
4
- master
5
- - /^\d\.\d+$/
6
- - /^\d\.\d+\.\d+(rc\d+|\.dev\d+)?$/
+ - /^v\d\.\d+$/
+ - /^v\d\.\d+\.\d+(rc\d+|\.dev\d+)?$/
7
matrix:
8
include:
9
- python: 2.7
0 commit comments