forked from openedx/edx-val
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.travis.yml
32 lines (32 loc) · 870 Bytes
/
.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
language: python
matrix:
include:
- python: '2.7'
env: 'TOXENV=django111'
- python: '3.6'
env: 'TOXENV=django20'
- python: '3.6'
env: 'TOXENV=django21'
- python: '3.7'
env: 'TOXENV=django20'
- python: '3.7'
env: 'TOXENV=django21'
allow_failures:
- python: '3.6'
- python: '3.7'
install:
- pip install -r requirements/travis.txt
script:
- tox
after_success: coveralls
# Set password via "travis encrypt --add deploy.password"; for details, see
# https://docs.travis-ci.com/user/deployment/pypi
deploy:
provider: pypi
user: edx
distributions: sdist bdist_wheel
skip_upload_docs: true
on:
tags: true
password:
secure: JGKw0H2Hl1i3OuJ+54hGX/YImhWe+MvkkeFZDynpBKir8XD+E/fbz2lvvmggIrMsawkE5qlOjK8f4d4LMzwL51Ln0EmuIkhUceXLDihrEymZu97uAWbT5qR55RrfwZk/qaYV8JHAszBD3yLA5VOyDLTiDt9s2ilZDQqQqecX514=