From a447c5770322689ce1e3239b50566b5e6c90cccd Mon Sep 17 00:00:00 2001 From: Caleb Bell Date: Sun, 27 Sep 2020 14:45:10 -0600 Subject: [PATCH] CI changes --- .travis.yml | 2 +- appveyor.yml | 2 +- chemicals/viscosity.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index d87f1db7..18d2b3da 100644 --- a/.travis.yml +++ b/.travis.yml @@ -28,6 +28,6 @@ install: - python setup.py -q install - rm -rf chemicals script: - - py.test . -v --cov-report html --cov=chemicals --cov-report term-missing -m "not online and not thermo and not numba" + - py.test . -v --cov-report html --cov=chemicals --cov-report term-missing -m "not online and not thermo and not numba and not slow" after_success: - coveralls diff --git a/appveyor.yml b/appveyor.yml index 5b0895b4..21cbbac7 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -25,4 +25,4 @@ install: - cmd: rmdir /Q /S chemicals test_script: - - cmd: py.test --cov-report html --cov=chemicals -m "not slow and not online" + - cmd: py.test --cov-report html --cov=chemicals -m "not slow and not online and not numba" diff --git a/chemicals/viscosity.py b/chemicals/viscosity.py index a8a696b8..0f8764cf 100644 --- a/chemicals/viscosity.py +++ b/chemicals/viscosity.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -"""Chemical Engineering Design Library (ChEDL). Utilities for process modeling. +r"""Chemical Engineering Design Library (ChEDL). Utilities for process modeling. Copyright (C) 2016, 2017, 2018, 2019, 2020 Caleb Bell