Skip to content

Commit 93354f8

Browse files
committed
Fix doc test in travis
1 parent f31c5c4 commit 93354f8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/test_docs.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@
99
import os
1010
import re
1111
import unittest
12-
from demosys.test import DemosysTestCase
12+
13+
os.environ['DEMOSYS_SETTINGS_MODULE'] = 'tests.settings' # noqa
1314

1415
import demosys
1516
from demosys import effects, opengl

0 commit comments

Comments
 (0)