Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
pystencils_autodiff
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Stephan Seitz
pystencils_autodiff
Commits
28c11d76
Commit
28c11d76
authored
5 years ago
by
Stephan Seitz
Browse files
Options
Downloads
Patches
Plain Diff
Do not test on Travis lint target
parent
df6476ef
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.travis.yml
+3
-3
3 additions, 3 deletions
.travis.yml
with
3 additions
and
3 deletions
.travis.yml
+
3
−
3
View file @
28c11d76
...
...
@@ -15,8 +15,8 @@ matrix:
fast_finish
:
true
include
:
-
python
:
3.6
env
:
DISTRIB="ubuntu" TOX_PYTHON_VERSION="py36" COVERAGE="true"
-
env
:
DISTRIB="conda" PYTHON_VERSION="3.6" COVERAGE="false"
env
:
DISTRIB="ubuntu" TOX_PYTHON_VERSION="py36" COVERAGE="true"
LINT="false"
-
env
:
DISTRIB="conda" PYTHON_VERSION="3.6" COVERAGE="false"
LINT="false"
-
env
:
DISTRIB="ubuntu" TOX_PYTHON_VERSION="py36" COVERAGE="false" LINT="true"
install
:
-
source tests/travis_install.sh
...
...
@@ -26,7 +26,7 @@ before_script:
script
:
-
export NO_GPU_EXECUTION=1
-
pip install -e .
-
python setup.py test
-
if [[ "$LINT" == "false" ]]; then
python setup.py test
; fi
-
if [[ "$LINT" == "true" ]]; then flake8 src; fi
after_success
:
-
if [[ "$COVERAGE" == "true" ]]; then coveralls || echo "failed"; codecov; fi
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment