From 65c52256d61e01f2d40fd8a94e157209985b20c4 Mon Sep 17 00:00:00 2001 From: Capocchi L Date: Fri, 2 Apr 2021 19:39:07 +0200 Subject: [PATCH] bug fix for travis --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index b8a054c7..cc356576 100644 --- a/.travis.yml +++ b/.travis.yml @@ -42,4 +42,4 @@ install: - pip install PyPubSub pyyaml ruamel.yaml matplotlib # command to run -script: travis_wait 20 python devsimpy.py examples/model0.dsp 10 start quit \ No newline at end of file +script: travis_wait 20 python devsimpy.py examples/model0/model0.dsp 10 start quit \ No newline at end of file