-
Notifications
You must be signed in to change notification settings - Fork 29
/
.travis.yml
26 lines (26 loc) · 1.17 KB
/
.travis.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# This file was autogenerated and will overwrite each time you run travis_pypi_setup.py
before_install:
- sudo apt-get -qq update
- sudo apt-get install -qq build-essential python-dev swig libspeexdsp-dev
deploy:
true:
python: 2.7
repo: xiongyihui/speexdsp-python
tags: true
distributions: sdist
password:
secure: I2+AvqhnKvlwRoiuiQ/oco+pzo1qjle2t4fObQN65003AVJJUZW76lPXswyApCzEPSbHjiTt7xHfmOi9RJJ+xkXVst7s4jdVAmhOB3bf1h5G1gHWc13G52IrQYkjhEQuZVwmlfmCBtvYBNkJUEJEW0xxS6qKUdHLF8i1aPdjUneVkrqclX9P+Zd8mRK3VYXBL7VGqZ+yAX9Hw9/deFnVNymtXAcA9y/GkKruKDE44n/qLsrNvqo5+ClmrITkG9phhSpQRE9dlIBNpB+Gb04UKqFEbC71Y1x+aeWyg/cNkc2wUJtgPxE62RzzbjUfnTnoy+sEo+wvllfwlKR4tKcaon/hZGCsXflXgVPNCUDJ2M5lRufvtSNpGIxeG2nWUv2hioTVvSE96u+kKhHgv6OcN9jaS8qAY8CMTloXZYUDPSNrH9BTOReEhBNoCPwmUqs4dt0xVlfz626SQQdUravrHZlVhMKtNgjzrv3PVbNvAMwzjEJgBLwc7otWmgh3/mRYpIIOVRzJEg2SZQz0sk16t21PUqwZh7dVTYCKzjcbsVUjMpRnamtypPesFjNwS06s4fLAzhKc/pMeue4wliEFCE7l/CVmyFfWm0oIzxziBySRx+YJSeKrCXieL400+WN1SsdnArg+wDiWv80BM2NJAflwM7fRNXRvz61OMn1mtAk=
provider: pypi
skip_cleanup: true
user: yihui
install:
- python setup.py build
- pip install .
language: python
python:
- '2.6'
- '2.7'
- '3.4'
- '3.5'
- '3.6'
script: pytest