Skip to content

Commit 1aa7937

Browse files
committed
set PATH and LD_LIBRARY_PATH for tests
1 parent 8d043ce commit 1aa7937

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,8 @@ before_script:
8383
- sed -i 's/CREATE DATABASE \%s/CREATE DATABASE \%s COLLATE utf8_general_ci/' roundup/backends/back_mysql.py
8484

8585
script:
86+
- PATH=$VIRTUAL_ENV/bin:$PATH
87+
- export LD_LIBRARY_PATH=$VIRTUAL_ENV/lib:$LD_LIBRARY_PATH
8688
- py.test -v test/ --cov=roundup
8789

8890
after_success:

0 commit comments

Comments
 (0)