File: .travis.yml

package info (click to toggle)
python-applicationinsights 0.11.10-2
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 876 kB
  • sloc: python: 5,948; makefile: 151; sh: 77
file content (20 lines) | stat: -rw-r--r-- 518 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
language: python
python:
- '2.7'
- '3.4'
- '3.5'
- '3.6'
script:
- pip install persist-queue
- python setup.py sdist
- python setup.py test
- django_tests/all_tests.sh
deploy:
  provider: pypi
  user: AppInsightsSDK
  password:
    secure: YisLTEfN9qhQzVg0FN2YJCl6dZ/3BsaW2/uzlP5St3sOJwEipOI3mUElvKrd58cha/L0qtWXxh9M3szJ3NT3DEx2K5Rysl/4yOWJPQ2/1P+dOyOXYPTm8RcJldSm2S65qjs2eWZrnyYTnj30ww8pbOuIZeI+U7RGDULGg0+0R9U=
  distributions: "sdist bdist_wheel"
  on:
    tags: true
    repo: Microsoft/ApplicationInsights-Python