Skip to content

Commit

Permalink
Fixing plone tests
Browse files Browse the repository at this point in the history
  • Loading branch information
bloodbare committed Sep 21, 2018
1 parent d84fe06 commit a7c29cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ script:
PYTHONPATH=$(pwd)/tests pybot -v BROWSER:headlesschrome -v API:Guillotina tests;
fi
- if [ "$TEST_SUITE" == "plone" ]; then
PYTHONPATH=$(pwd)/tests pybot -v BROWSER:headlesschrome -v API:Plone tests;
PYTHONPATH=$(pwd)/tests venv/bin/pybot -v BROWSER:headlesschrome -v API:Plone tests;
fi
after_script:
- mkdir robot-results
Expand Down

0 comments on commit a7c29cd

Please sign in to comment.