Skip to content

Commit

Permalink
CI changes
Browse files Browse the repository at this point in the history
  • Loading branch information
CalebBell committed Sep 27, 2020
1 parent 5500edd commit a447c57
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
2 changes: 1 addition & 1 deletion chemicals/viscosity.py
Original file line number Diff line number Diff line change
@@ -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
<Caleb.Andrew.Bell@gmail.com>
Expand Down

0 comments on commit a447c57

Please sign in to comment.