File: .travis.yml

package info (click to toggle)
python-phabricator 0.9.1-0.1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 188 kB
  • sloc: python: 453; makefile: 7; sh: 3
file content (13 lines) | stat: -rw-r--r-- 395 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
language: python
python:
- '2.7'
- '3.5'
install: pip install .[tests]
script: python -m phabricator.tests.test_phabricator
deploy:
  provider: pypi
  user: disqus
  password:
    secure: AJ7zSLd6BgI4W8Kp3KEx5O40bUJA91PkgLTZb5MnCx4/8nUPlkk+LqvodaiiJQEGzpP8COPvRlzJ/swd8d0P38+Se6V83wA43MylimzrgngO6t3c/lXa/aMnrRzSpSfK5QznEMP2zcSU1ReD+2dNr7ATKajbGqTzrCFk/hQPMZ0=
  on:
    tags: true