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 9f9be3b commit b49299dCopy full SHA for b49299d
.travis.yml
@@ -2,6 +2,8 @@ language: python
2
os: linux
3
branches:
4
only:
5
+ # Build tags and branches named master or starting with
6
+ # 'v' followed by a digit, such as for version tags.
7
- master
8
- /^v\d.*$/
9
cache: pip
@@ -44,7 +46,7 @@ install:
44
46
export PATH=$(echo $HOME/pypy3*/bin):$PATH
45
47
export TOXPYTHON=$(echo $HOME/pypy3*/bin/pypy3)
48
fi
- set +x
49
+ set +x starting
50
- |
51
set -ex
52
if [[ $TOXENV == 'check' ]]; then
0 commit comments