Skip to content

Commit 150b389

Browse files
Irina NicolaeIrina Nicolae
authored andcommitted
Change path for tests in Travis
1 parent 6eaa175 commit 150b389

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ install:
4949
- pip install keras
5050
- conda install libgcc
5151
- export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/home/travis/miniconda/envs/test-environment/lib
52+
- export PYTHONPATH=".":$PYTHONPATH
5253

5354
script:
5455
- mkdir ./data

config/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ def config_to_dict(section):
1717
try:
1818
dict[option] = parser.get(section, option)
1919
except:
20-
print("exception on %s!" % option)
20+
print('Exception on configuration option %s!' % option)
2121
dict[option] = None
2222
return dict
2323

0 commit comments

Comments
 (0)