test appveyor

This commit is contained in:
Atsushi Sakai
2018-11-03 08:10:31 +09:00
parent f13d2de421
commit 7bf93bd900

View File

@@ -1,7 +1,7 @@
from unittest import TestCase
import sys
if 'cvxpy' not in sys.modules:
if 'cvxpy' in sys.modules:
sys.path.append("./PathTracking/model_predictive_speed_and_steer_control/")
from PathTracking.model_predictive_speed_and_steer_control import model_predictive_speed_and_steer_control as m