forked from inspirehep/inspire-query-parser
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.travis.yml
60 lines (49 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
59
60
# -*- 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
sudo: 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:
- ./run-tests.sh
after_success:
- coveralls
deploy:
provider: pypi
user: inspirehep
password:
secure: "JyYUqzdeKj2E2SRGfaZnesSaYI2k6YQF7oML4nZFpZ0ZREaZIDFHjhm/VDEj69BBJ6Q1OsBY89h/Tsv9RF1vuMjuzPi7POxD4ZdbaO16oSNIOZnouCxWXhHDW+BchtkyPonnaDSxeIu+UG9k3y1L9odJAZ2yRSBrSQjNtQvrjtP9Y5xtoT7As73p/LxkqfCMvl5OtuAMWL4hgABJYooqMuEbf4+gi/AiVjm58iDvsSr0OIIBVLUBESQcLkToraGpOiym2npN2EuxR7CTx5VoomSWk0EiWg8nkxzgeWMokfe7LqEApQrFl0/jzgBZg9BMyRLKVTumt52AleiHNj9zADjVd9FchubCw1KE+kqKcFq9o+F8uBhmpwETGrMAarv0KTJRSBCr+sifZ6RjcMctNugwPkZIaU9VdTflmiWSvWsAWumR6KvyHLSdJrs+8pSInYQhzueXcFMbOtpNLXXQY/GtnMmGoav/uwoVCTkNC26oRXfEcxBOrmGK8RbkS8XipIqs4BYV9wbd8oLf/aZqpFa4eTd1L5Yfq6ue9Uff9kow7W+eg+uNnA+Vm165b0RaPW7rRrjzgRWyShsE4LcPdtBKRQHw1hZrWX/K3mWHklmPvoETYUtCpg9Ou89fhL2Qw8hnGMjmMxEJw61azp/2PuNzrPr8aywg7v/c2UL0FdY="
on:
branch: master
python: 2.7
distribution: sdist