Skip to content

Commit 8bb0aba

Browse files
committed
Merge branch 'migrate-applications' of https://github.com/QuantEcon/QuantEcon.py into migrate-applications
2 parents acb1ea5 + c532ec8 commit 8bb0aba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ install:
2828
- cp quantecon/tests/matplotlibrc .
2929

3030
script:
31-
- nosetests --with-coverage --cover-package=quantecon
31+
- nosetests --with-coverage --cover-package=quantecon --exclude=models #quantecon.models excluded from tests to prevent triggering the ImportWarning
3232

3333
after_success:
3434
- coveralls

0 commit comments

Comments
 (0)