Skip to content
This repository has been archived by the owner on Jun 13, 2022. It is now read-only.

Commit

Permalink
local CI
Browse files Browse the repository at this point in the history
  • Loading branch information
sdpython committed Feb 12, 2020
1 parent ec49af1 commit 5582274
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions .local.jenkins.lin.yml
Expand Up @@ -8,6 +8,7 @@ virtualenv:
- path: {{ospathjoin(root_path, pickname("$NAME_JENKINS", project_name + "_$VERSION_$DIST_$NAME"), "_venv")}}

install:
- $PYINT -m pip install --upgrade pip
- $PYINT -m pip install --no-cache-dir --no-deps --index http://localhost:8067/simple/ pyquickhelper jyquickhelper pymmails --extra-index-url=https://pypi.python.org/simple/
- $PYINT -m pip install -r requirements_conda.txt
- $PYINT -m pip install -r requirements.txt
Expand Down
1 change: 1 addition & 0 deletions .local.jenkins.win.yml
Expand Up @@ -8,6 +8,7 @@ virtualenv:
- path: {{ospathjoin(root_path, pickname("%NAME_JENKINS%", project_name + "_%VERSION%_%DIST%_%NAME%"), "_venv")}}

install:
- pip install --upgrade pip
- pip install --no-cache-dir --no-deps --index http://localhost:8067/simple/ pyquickhelper jyquickhelper
- pip install -r requirements.txt
- pip freeze
Expand Down
2 changes: 1 addition & 1 deletion LICENSE.txt
@@ -1,4 +1,4 @@
Copyright (c) 2018-2019, Xavier Dupré
Copyright (c) 2018-2020, Xavier Dupré

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion _doc/sphinxdoc/source/conf.py
Expand Up @@ -6,7 +6,7 @@

sys.path.insert(0, os.path.abspath(os.path.join(os.path.split(__file__)[0])))

set_sphinx_variables(__file__, "botadi", "Xavier Dupré", 2019,
set_sphinx_variables(__file__, "botadi", "Xavier Dupré", 2020,
"sphinx_modern_theme_modified", sphinx_modern_theme_modified.get_html_theme_path(),
locals(), extlinks=dict(
issue=('https://github.com/sdpython/botadi/issues/%s', 'issue')),
Expand Down

0 comments on commit 5582274

Please sign in to comment.