Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
B
beem
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
Container Registry
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
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
hive
beem
Commits
c5535815
Commit
c5535815
authored
7 years ago
by
Holger Nahrstaedt
Browse files
Options
Downloads
Patches
Plain Diff
add missing package for testing
parent
bd2d6c7c
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.circleci/config.yml
+1
-1
1 addition, 1 deletion
.circleci/config.yml
.travis.yml
+1
-1
1 addition, 1 deletion
.travis.yml
with
2 additions
and
2 deletions
.circleci/config.yml
+
1
−
1
View file @
c5535815
...
...
@@ -34,7 +34,7 @@ jobs:
-
run
:
name
:
install dependencies
command
:
|
sudo python -m pip install --upgrade pip setuptools wheel mock pytest pytest-cov
sudo python -m pip install --upgrade pip setuptools wheel mock pytest pytest-cov
parameterized
sudo python -m pip install -r requirements.txt
sudo python -m pip install --upgrade pycodestyle pyflakes coverage tox codacy-coverage virtualenv
...
...
This diff is collapsed.
Click to expand it.
.travis.yml
+
1
−
1
View file @
c5535815
...
...
@@ -58,7 +58,7 @@ before_install:
-
pip install --upgrade pip
-
pip install --upgrade wheel
# Set numpy version first, other packages link against it
-
pip install six nose coverage codecov tox-travis pytest pytest-cov coveralls codacy-coverage
-
pip install six nose coverage codecov tox-travis pytest pytest-cov coveralls codacy-coverage
parameterized
script
:
-
tox
...
...
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