-
Notifications
You must be signed in to change notification settings - Fork 63
/
.travis.yml
39 lines (30 loc) · 857 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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
sudo: false
language: generic
matrix:
include:
# Linux (builds not working because of RAM)
# - os: linux
# env: PYTHON_VERSION=3.6
# - os: linux
# env: PYTHON_VERSION=3.7
# - os: linux
# env: PYTHON_VERSION=3.8
# OSX
- os: osx
env: PYTHON_VERSION=3.6 MPLBACKEND=Agg
- os: osx
env: PYTHON_VERSION=3.7 MPLBACKEND=Agg
- os: osx
env: PYTHON_VERSION=3.8 MPLBACKEND=Agg
install:
- source .ci/travis.sh
script:
- df -h
- mist-initialize.py # sidestep long-running tests by running this first
- pytest -v
# - set -e
# - python3 -m sphinx docs docs/_build
# - pip install doctr
# - doctr deploy --built-docs docs/_build/html . --branch-whitelist bolo
after_success:
- codecov # submit coverage