forked from ISA-tools/isa-api
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.travis.yml
25 lines (25 loc) · 1.28 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
language: python
python:
- '3.4'
- '3.5'
before_install:
- git clone -b tests --single-branch http://github.com/ISA-tools/ISAdatasets tests/data
install:
- pip install --upgrade pip && pip install -r requirements-tests.txt
script:
- coverage run --source=isatools --omit=docs/*,features/*,tests/*,isatools/io/isatab_configurator.py setup.py test
- behave --no-capture --no-capture-stderr --format=progress features/isa-file-handler.feature
branches:
except:
- /^feat/
- /^enhance/
deploy:
provider: pypi
user: zigur
password:
secure: u87A2zhiEBLvRek2Yq+IPV8DMN16o0AkR0wz1njVRrc23ORab9eUPJ1fNOCzveax0NmlcJNV9jUMztgBp9sVnvMR6xmVu19WZPNiP6cnbY/U4dHXSeLnc2swWMOfybui+GrzoDXphXK4MdnyxJJXCjJgAvD7SwpHgsJ8cnhqh8VmcXX7m1kE3IUMXYURlpzKjQTBbQwsmTBc7/Y3SFSjwl5y3E4hwmw2exeXfZhBHRGbvyIG08SMRt1VOX33vczcuioxbh355yrTEomf9D0bNJgFbttu/ULaKHgrnee1SISmZ0b3tmOY9pE0FzorQXMck8juEjvSEqfFGhKg3NRWTrWYOHttqXD/di47wQcVdTvBFPMlh8OdIWZdfijj8WOlaA4sFPMXysSn4AQzkugW+ICva+pFp24ucG1ESULEIB7/GKCjzMIat/FSslNS7H/AWN/NENbjdbRzdi3Wxhu68D6bj9XoBpPJBk56R2HmY6M08P+18htrKqykv4JVxcSuw/vzYdQ9ydEuGxTZ4JtOC1eFf5MqpgMvAlbb+Wh1jtJ+L4MgfkMKoei8qoiWMfJvhdImBNWPhDIuHZ5IvoJ/wKtmzY3U/nH7hGsN72Im7zLmap9BDiGiDbqiUgaii/59pEPx4PyDmfJChcKjrNPQKtdMx+3wXES9iAJHomwCcRs=
on:
tags: true
repo: ISA-tools/isa-api
after_success:
- coveralls