forked from inspirehep/refextract
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.travis.yml
64 lines (53 loc) · 2.14 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
63
64
# -*- coding: utf-8 -*-
#
# This file is part of refextract.
# Copyright (C) 2015, 2016, 2017, 2018 CERN.
#
# refextract 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.
#
# refextract 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 refextract; 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.
notifications:
email: false
sudo: false
addons:
apt:
packages:
- poppler-utils
language: python
cache:
pip: true
python:
- 2.7
before_install:
- travis_retry pip install --upgrade pip setuptools
- travis_retry pip install coveralls
install:
- travis_retry pip install -e .[docs,tests]
script:
- ./run-tests.sh
after_success:
- coveralls
deploy:
provider: pypi
user: inspirehep
password:
secure: "VRWpn7B2QAtyNmQ3chD2Hi4lZNbQUB/aFx/p+hh/YN2W1/PiUSR7HuFyMw0fEdarDm7zTEUf576E58XWK6my9C1vVKssXQ43GnPVEk9ASau7GJN0Fnz+m3LJQze+ogiAeYVStVCxvZ/U6GU1LhwOV9WkZ5SyKzmXDkKdkPSBTJjkudK7D89hmx9m9gOq3mXWq6VisShHmO39uBtKxhWOYWfyOdfoB2jqpdT3AWZhjcbiVYGcRY5+GNL6WLLSB1Z97afW/DYVXP1IIU0ogJI9TaNl9ZmOJiN36+0LoLg+USikOXMECqqHT8MaYJ1+qP1wqy/kzJLujh6P2+hEeaSJalqbHxVDA4BybxsWnWDVGeYDCKiV+xtRpkD7OH+a2y8kCLe2Fx7Kgw3Z7zBoE/3q7ge2o9j0zSgrHQkTZhZGgdhkOdu2OEaZLTcVK+ekqkc/YbEBgCUWM7ltxz78FhfLSa18e0ZuIZTqoByLxuuKolwVBHAL+W7r6auRiT4jmtRn6Bll/oIZ/p71euWSLy20vB293e0/cZfXuGt/x+D5nu1R/yyjKcDnPesR82g3wyJgqlIiEij8FhvdH1QMqCtqKp+HUv0eOicrJiFYiMXhHAQZcY4KQBlgfx0wv43eV+SxX2RNHONqrHP6TgxVoQT3yOPrspwEi+oVsjp8Pp5ZxZg="
on:
branch: master
python: 2.7
distribution: sdist