Skip to content

Commit

Permalink
Tests tools from master branch instead of pytest
Browse files Browse the repository at this point in the history
  • Loading branch information
menify committed Sep 4, 2015
1 parent 5560955 commit 0bb8d2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run_ci.py
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ def run(core_dir):
###############
# test tools
tools_dir = os.path.join(core_dir, 'tools')
_run_cmd(["git", "clone", "-b", "pytest", "--depth", "1", "https://github.com/aqualid/tools.git", tools_dir])
_run_cmd(["git", "clone", "-b", "master", "--depth", "1", "https://github.com/aqualid/tools.git", tools_dir])

module = _load_module('run_ci', tools_dir)
module.run(core_dir, tools_dir)
Expand Down

0 comments on commit 0bb8d2e

Please sign in to comment.