Skip to content

Commit c7481fd

Browse files
committed
Travis: Disable performance tests
They should be run only from time to time, e.g. between releases, or when the commit specifically states the perf modification of the relevant code.
1 parent ab0c261 commit c7481fd

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.travis.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,9 @@ install:
5454
- python setup.py install
5555

5656
script:
57-
- nosetests --with-coverage --cover-package=quantecon
57+
- nosetests --with-coverage -a "!slow" --cover-package=quantecon
5858

5959
after_success:
6060
- coveralls
61+
# Enable this to occasionally test performance
62+
# - nosetests -a "slow"

0 commit comments

Comments
 (0)