Skip to content

Commit

Permalink
setup test fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jpn-- committed Mar 13, 2017
1 parent 125ea31 commit 90d0927
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions setup_test.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
import sys, os

from setup_common import lib_folder
os.chdir(lib_folder())
print(lib_folder())
sys.path.insert(0,lib_folder())
sys.path.insert(0,os.path.join(os.getcwd(),lib_folder()))

import larch.test
larch.test.run(exit=True, fail_fast=True)

0 comments on commit 90d0927

Please sign in to comment.