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