Skip to content

Commit

Permalink
Merge 0865c99 into fd09f69
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelduchesne committed Dec 2, 2019
2 parents fd09f69 + 0865c99 commit fb92d05
Showing 1 changed file with 30 additions and 15 deletions.
45 changes: 30 additions & 15 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,39 @@
dist: xenial
language: python
os: linux
env: ARCHETYPAL_INTEGRATION=True ENERGYPLUS_VERSION=8.9.0 ENERGYPLUS_SHA=40101eaafd ENERGYPLUS_INSTALL_VERSION=8-9-0
language: generic
dist: trusty
sudo: required

env:
global:
- ARCHETYPAL_INTEGRATION=True ENERGYPLUS_VERSION=8.9.0 ENERGYPLUS_SHA=40101eaafd ENERGYPLUS_INSTALL_VERSION=8-9-0

addons:
apt:
packages:
- wine
- libgfortran3

jobs:
include:
# Linux, on master
- os: linux
dist: xenial
language: python
python: 3.7
env: TRAVIS_PYTHON_VERSION=3.7 NUMPY=True
install:
- pip install --upgrade setuptools
- pip install --upgrade pip
- python setup.py install
- conda list
script:
- pytest --cov=archetypal --verbose tests/

after_success:
- coverage report -m
- coveralls
- os: osx
env: TRAVIS_PYTHON_VERSION=3.7 NUMPY=True


before_install:
# install EnergyPlus
Expand Down Expand Up @@ -45,14 +71,3 @@ before_install:
- export PATH="$HOME/miniconda/bin:$PATH"
- hash -r
- pip install .[dev]

install:
- python setup.py install
- conda list

script:
- pytest --cov=archetypal --verbose tests/

after_success:
- coverage report -m
- coveralls

0 comments on commit fb92d05

Please sign in to comment.