forked from inspirehep/inspire-dojson
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.travis.yml
58 lines (48 loc) · 2.02 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
python:
- 2.7
- 3.6
matrix:
fast_finish: true
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_dojson tests
after_success:
- coveralls
deploy:
provider: pypi
user: inspirehep
password:
secure: "faQiewsrTwjJPZ6apZRnrxQNOvIUa3BX9Zaopo+oTdUFd6VYGyZi+YUwnWlXQu8+H8LkycjmDeCZ2O1b3mBO5a7+lNsiMh4d/qde0WQPBy6c/uBdb++eLrCsCOY6ILzyRhZpSYSeT4GytW3FYD9WUvROxCuivzGit9av6DpPITxJMcgOiCOUoYf3PdI4t23t+zHPj0eLYOSVuuuZUd5KPR7KL6dVy6wc7CN6bmS4Z6iAP2o2TWaeA0asI04DXkGif1hP861wbJqPvIPa2v8Cbk+srrEdsiN5lQwHvlvUUVYopJvrncR1VvRi4pXwvxLNK+lKIo4cOGTVLyUdHytNAUl/Jq30Ozq+HSYXYzp5r0sGQCSJftNBfJPxEqeku3D4eTsTvj7GmFX6LAjiDjeeSEAZLdi2HM+p+/YQmAfoziii+dEon52bcTL8KCee3Xa9BWBnITTgAZtTg+IAH3z72YBNEtzH0VrQe9I9aNhVLKTPlr0uV5V/ldkwBlhE9HV+srR1DCdnbt402wZ97+tZCF1mmSdLfLrXsiJhrleygd1EgMkgaujGo4nMtSdVpPpCdHtzFjHtaZQJTHXaQlJrLBnx5uVNRFnDR0Y+lqNujvmsCV7MYS7ggznFnd0JwI5Amuht5dfF2pu9LEA3QZaGN8YyV159qtB+tugeRoSEzp8="
on:
branch: master
python: 2.7
distribution: sdist