-
Notifications
You must be signed in to change notification settings - Fork 32
/
Copy path.travis.yml
35 lines (34 loc) · 1.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
language: python
matrix:
include:
# - python: 3.7
# dist: xenial
# sudo: true
# env: LD_LIBRARY_PATH=$HOME/.camoco/lib:$LD_LIBRARY_PATH PATH=$HOME/.camoco/bin:$HOME/.camoco/conda/bin:$PATH
# - python: 3.6
# dist: xenial
# sudo: true
# env: LD_LIBRARY_PATH=$HOME/.camoco/lib:$LD_LIBRARY_PATH PATH=$HOME/.camoco/bin:$HOME/.camoco/conda/bin:$PATH
- python: 3.8
dist: xenial
sudo: true
env: LD_LIBRARY_PATH=$HOME/.camoco/lib:$LD_LIBRARY_PATH PATH=$HOME/.camoco/bin:$HOME/.camoco/conda/bin:$PATH
install:
- pip install .
script:
- pip install pytest-cov
- which py.test
- cd tests
- py.test -v --cov=camoco --cov-config coveragerc
after_success:
- coveralls
- cd ../
deploy:
provider: pypi
user: schae234
password:
secure: BDO56IeGoZw5hq/83MFMufOuIt5I3PuvTJYYC/Eqs+hJxA06+2KEzGpqKVMR/aTpU5Qh6U3NSA8LgYOpAkJS0EKojn7ZwrEMq7hzGeSFfecimx85ECa2OtxwA0WFZ6p6yPRABuoXgS6qYikGar+Q7lxx5exwNFNZDO3CvxNxHpU=
on:
tags: true
distributions: sdist bdist_wheel
repo: LinkageIO/Camoco