Skip to content

Commit b919c76

Browse files
committed
Merge branch 'release/1.0.0b1'
2 parents 98916dd + 2011d06 commit b919c76

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

.travis.yml

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
language: python
22
python:
3-
- '2.7'
4-
- '3.3'
5-
- pypy
3+
- '3.6'
4+
script: python setup.py install
65

76
deploy:
87
provider: pypi
@@ -12,4 +11,10 @@ deploy:
1211
skip_existing: true
1312
skip_cleanup: true
1413
on:
15-
tags: true
14+
tag: true
15+
all_branches: true
16+
17+
branches:
18+
except:
19+
- develop
20+
- master

0 commit comments

Comments
 (0)