forked from markreidvfx/pyaaf2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.travis.yml
35 lines (34 loc) · 1.27 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
27
28
29
30
31
32
33
34
35
language: python
matrix:
include:
- python: 2.7
dist: xenial
- python: 3.5
dist: xenial
- python: 3.6
dist: xenial
- python: 3.7
dist: xenial
- python: pypy
dist: xenial
- python: pypy3
dist: xenial
before_install:
- sudo add-apt-repository -y ppa:jonathonf/ffmpeg-4
- sudo apt-get update -qq
- sudo apt-get install ffmpeg
install:
- pip install coverage
script:
- make test
- make coverage
deploy:
on:
tags: true
python: 3.6
provider: pypi
distributions: 'sdist'
user: mindmark
skip_cleanup: true
password:
secure: o7SNiuDFAn/7j1mDxwePvty8IYs7SAlpTb7aHYH2ICYPiXP7gyTZdsTsIL2xcuWldicIMnkTJcsJUSGu9/8u3m/VdSE84OWPq9ChsJnl4G9dbgdg9U37gJN+3ITNx/U0hxi/keqbT3aU7UdelluPWuAQQD1WBJZ6aU0xz9sAbY/zg+gsPRD8Bgx9tdW/uAqM9Hs2bfJ/uwYbKsGEndQUjofhc9nJi+8rnvtI+NoOkUn9R8C2sTsdV3Ypzh36hW3KnTcbf9eKNp7ODEKW9R1szL2J83aAp/4s59Dchf+Mu56IL03Yam0S/wtcZm2+C6y+mmJTjnLJi+jcdZa2SvCRTZYGiwirMBRTo6iH940eD3Srnj+S333ARwcnlouXAmwZK9dhyj4MS+c8e1Njsm0ohjfA2EyQU0GCOkNscAF2maWggWhrN3PEpdoN3v7E4swHtZDoFyzVv6uf9rbL0zNh70NzdoFc7AuN779oYgPwfzuIeZ9QxdnfuL2E7AasOGQJ5Ee0fCcQDi6Hg83mTxKXmYfVYEUyHDBv1v+rN13ZgZLdC0E5lCwIG90cDpXcXeVXgF9Qo3eP3zW1UMjvFsOL53Tmr4t2Mtp2NtDqEzicqYCxuW4D5o6T9YJzaQNxAr9x1iycQKX08LXo2W7Llm7VROyBHD5C8hi5yCiZ7El2EFE=