forked from snowplow/snowplow-python-tracker
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.travis.yml
More file actions
29 lines (29 loc) · 740 Bytes
/
.travis.yml
File metadata and controls
29 lines (29 loc) · 740 Bytes
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
language: python
services:
- redis-server
python:
- '2.7'
- '3.4'
- '3.5'
matrix:
include:
- python: '3.7'
dist: xenial
sudo: true
install:
- pip install -U pip setuptools virtualenv twine
- pip install -r requirements-test.txt
- pip install -e .
- if [[ $TRAVIS_PYTHON_VERSION == 2.7 ]]; then pip install release-manager; fi
script: pytest --cov=snowplow_tracker
after_success: coveralls
deploy:
skip_cleanup: true
provider: script
script: ./.travis/deploy.py
on:
tags: true
python: '2.7'
env:
global:
secure: SnavmHqH0sB6xmyqSiN7HscdVpNr6pk+bWs/8Oin2FZ0Kp52V9vIQf1A9TjDQY67P3YgUsMFJKWmCIpbsWFUl65Nos2LXGK6oTe9mt7O5fsR6BsI1IiiZoC8wNZwmaUjqyJa3/Y5KUYvWXlTLYChbyiqxcTCtkBDnLaiFFDOEis=