Skip to content

Commit ea21508

Browse files
authored
Merge branch 'master' into test_pypy3
2 parents 8fcf9b3 + 0570e0f commit ea21508

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.travis.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
language: python
22
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.*$/
39
cache: pip
410
env:
511
global:
@@ -43,7 +49,7 @@ install:
4349
export PATH=$(echo $HOME/pypy3*/bin):$PATH
4450
export TOXPYTHON=$(echo $HOME/pypy3*/bin/pypy3)
4551
fi
46-
set +x
52+
set +x starting
4753
- |
4854
set -ex
4955
if [[ $TOXENV == 'check' ]]; then

0 commit comments

Comments
 (0)