forked from pgmpy/pgmpy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.travis.yml
25 lines (24 loc) · 841 Bytes
/
.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
cache: pip
virtualenv:
system_site_packages: false
env:
- DISTRIB="conda" PYTHON_VERSION="3.6" COVERAGE="true"
- DISTRIB="conda" PYTHON_VERSION="3.7" COVERAGE="true"
before_install:
- uname -a
- free -m
- df -h
- ulimit -a
install: source ci/travis/install.sh
script: nosetests -v --with-coverage --cover-package=pgmpy
after_success:
codecov
notifications:
email: false
webhooks:
urls:
- https://webhooks.gitter.im/e/e2ce04225e5e5d1ab64c
on_success: change # options: [always|never|change] default: always
on_failure: change # options: [always|never|change] default: always
on_start: false # default: false