aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/project/ci/travis/boost.py
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--[-rwxr-xr-x]project/ci/travis/boost.py (renamed from boost/build/ci/travis.py)7
1 files changed, 2 insertions, 5 deletions
diff --git a/boost/build/ci/travis.py b/project/ci/travis/boost.py
index 7bbb18d..46ae96b 100755..100644
--- a/boost/build/ci/travis.py
+++ b/project/ci/travis/boost.py
@@ -19,6 +19,8 @@ import os
import os.path
import sys
+from project.boost.build import BoostVersion, main as build_main
+
def _env(name):
if name not in os.environ:
@@ -78,11 +80,6 @@ def build_travis(argv=None):
args = _parse_args(argv)
_check_travis()
- this_module_dir = os.path.dirname(os.path.abspath(__file__))
- parent_module_dir = os.path.dirname(this_module_dir)
- sys.path.insert(1, parent_module_dir)
- from build import BoostVersion, main as build_main
-
version = BoostVersion.from_string(_get_boost_version())
travis_argv = [
'download',