forked from inspirehep/plotextractor
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.travis.yml
62 lines (53 loc) · 2.2 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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
# -*- coding: utf-8 -*-
#
# This file is part of plotextractor.
# Copyright (C) 2015 CERN.
#
# plotextractor is free software; you can redistribute it
# and/or modify it under the terms of the GNU General Public License as
# published by the Free Software Foundation; either version 2 of the
# License, or (at your option) any later version.
#
# plotextractor is distributed in the hope that it will be
# useful, but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
# General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with plotextractor; if not, write to the
# Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston,
# MA 02111-1307, USA.
#
# In applying this license, CERN does not
# waive the privileges and immunities granted to it by virtue of its status
# as an Intergovernmental Organization or submit itself to any jurisdiction.
sudo: false
addons:
apt:
packages:
- ghostscript
language: python
python:
- '2.7'
install:
- pip install --upgrade pip
- pip install coveralls check-manifest
- pip install pytest pytest-pep8 pytest-cov pytest-cache
- pip install -e .[docs,tests]
script:
- sphinx-build -qnNW docs docs/_build/html
- check-manifest
- python setup.py test
after_success:
- coveralls
notifications:
email: false
deploy:
provider: pypi
user: inspirehep
password:
secure: avJEoYVRle6qXsG5h32SCwPyUNQvIf120yF34RTsqzOemdi4K3Yt+96gu4hUc0yZnInSCcprD3SjQhMdrU6tLmURLG/CuVah9wmGJchAbaw2IVX5p2JerGOD318+0I6+pvKcgtxLoxYRegJvJSvpjsZoOFBFL/1Cy/WyXJl48GHjlXHzl/n+IIOhT2DC4SVGAIH9+95Rc98RsaYLjVeqCr+ZNNPkcJtcgzlVJYIcQVz4fZgBQfKVX4EDtvfCHIWgQa2njpbjRWbMF1Ozk0E9GQuu+bDpMRM4K9vSGlKizrSbQiVwt4niW/ltTmLLi6JLMUvn0NvfC1eS5AnkXBjJQY5BuC2ENdUOIda782oIW59OQoFmKn5dHqqTsC12xLTuAjO65/f5bp9n0AHewEFRDoIadK28ZbU3+w8Z1peOBcGVlwfZf9BAgzS4XmUf7F68552de7u/CeX19loc3OU5zvfqhseXYVcnAme7fbwFJQYI+AHh1P2IVbgtiwiM5mJ2rTvWpAvjII7M15Ehj+C0FAa9Wq6KznXPGptsN4mNn5/xYgdgftMb7phRFZBQXuNQg1qttlI+N1JwnvYZ5pUtGkZDup3ECqsDxgXftUvub5nnwSveV1LDhP5/xIVRP58KFJuVl5WwJhVLfOgeRgeCUW8IQL2s3Q9wHVGSTj+lPno=
on:
tags: true
repo: inspirehep/plotextractor
branch: master