forked from inspirehep/inspire-json-merger
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.travis.yml
58 lines (48 loc) · 2.03 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
# -*- coding: utf-8 -*-
#
# This file is part of INSPIRE.
# Copyright (C) 2014-2017 CERN.
#
# INSPIRE 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 3 of the License, or
# (at your option) any later version.
#
# INSPIRE 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 INSPIRE. If not, see <http://www.gnu.org/licenses/>.
#
# 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.
notifications:
email: false
language: python
cache: pip
matrix:
fast_finish: true
python:
- 2.7
- 3.6
before_install:
- travis_retry pip install --upgrade pip setuptools
- travis_retry pip install coveralls
install:
- travis_retry pip install -e .[tests]
script:
- py.test inspire_json_merger tests
after_success:
- coveralls
deploy:
provider: pypi
user: inspirehep
password:
secure: "k7hKkmEEKinLBXIIHVPxgRaKhZlKfi6aLSZbv0Mx37nc14r+6JKxXTRWJG554y6cove+K6qbB8WXVkmGm96Q34UtVnnLhOi8lwRuPGa2eZRG/juMhe6KLfNi4jjcDylY2H18zcTuI83a5YLLHPT7JouwL6xWawe5TsYmB9eF0d2yoO5CKpeNAtG40uVcvjk1WL1MDwOUsddp0xS28aopWfD93VO2RDaVOKRe7PLa8AFNgHXgceK/wtfyI1g8FauFH2HY4Fh+XU8xrktvYgLNgrnerM62VkaSNrHXhDRV8KtucGU3s+xT/gRRLqRs7n6y+Q33pQOyAMbswu/qfodw6JTtkwYOaTg2zxvE/0Qajdvggmqr5MVDceAoA5y3s6uMmU9qR8iS7N4oAh3j1BAjPVWUd8Cv9a5xav1POUiF3DZP8Da0ffYh8uqgQfJr0IXdEoC3UWOWFOQuFaPu4d/f4dpvkEFcWuuYrAVm9nL31vP7YtsXRbNqnjqfnEoxOpHweR086btH8951j/AbxI5aunrfxeztahZbhfRQHphOsBj7S8aum+n/22zTqGejbP0oQBCPapkCdYJnBP71vGhshJLKyADvBWY9qqhWR8cZoPGfRH9lXGKAmJb8hap7lGnJfYhstQ/HsjOxwm1mc5JbaQuBoPMhkz8PwKWcddlTTXI="
on:
branch: master
python: 2.7
distribution: sdist