Skip to content
This repository was archived by the owner on Jul 25, 2019. It is now read-only.

Commit b3c36fc

Browse files
committed
Fix travis
1 parent dc52376 commit b3c36fc

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

.travis.yml

+8-5
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,26 @@
11
language: python
2+
cache: apt
23
sudo: false
34
env:
4-
- ENABLE_LIBSPHINXAD=1
5+
- ENABLE_LIBSPHINXAD=1
56
addons:
67
apt:
78
packages:
89
- swig
910
- libpulse-dev
1011
python:
11-
- '2.7'
12-
- '3.5'
13-
- '3.6'
12+
- '2.7'
13+
- '3.5'
14+
- '3.6'
1415
script:
15-
- python setup.py test
16+
- python setup.py test
1617
deploy:
18+
skip_cleanup: true
1719
provider: pypi
1820
user: bambucha
1921
password:
2022
secure: QMDxAN4JZANHzCa4b+tmTwjPKxOjRZEY2vreED9WsvnAjwRE52g6QQU4XgwlRUt9zucesH31pxBOi9Kiq6z7B62PF8vjbPTZJLfGPF+nhU/i2V1Qmbxydc6TH53GidLyB6SoktBxNSfSmSQTRM70Wkpm7HPLR6iaJUsNBQSQ7gQ=
2123
distributions: sdist bdist_wheel
2224
on:
25+
tags: true
2326
branch: master

0 commit comments

Comments
 (0)