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
a7e7ebae
Commit
a7e7ebae
authored
6 years ago
by
Holger
Browse files
Options
Downloads
Patches
Plain Diff
Fix CI for py 3.7
parent
faa1771e
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.circleci/config.yml
+4
-0
4 additions, 0 deletions
.circleci/config.yml
requirements-test.txt
+0
-1
0 additions, 1 deletion
requirements-test.txt
with
4 additions
and
1 deletion
.circleci/config.yml
+
4
−
0
View file @
a7e7ebae
...
@@ -35,6 +35,7 @@ jobs:
...
@@ -35,6 +35,7 @@ jobs:
name
:
install dependencies
name
:
install dependencies
command
:
|
command
:
|
sudo python -m pip install -r requirements-test.txt
sudo python -m pip install -r requirements-test.txt
sudo python -m pip install --upgrade secp256k1
# run tests!
# run tests!
# this example uses Django's built-in test-runner
# this example uses Django's built-in test-runner
...
@@ -71,6 +72,7 @@ jobs:
...
@@ -71,6 +72,7 @@ jobs:
name
:
install dependencies
name
:
install dependencies
command
:
|
command
:
|
sudo python -m pip install --upgrade -r requirements-test.txt
sudo python -m pip install --upgrade -r requirements-test.txt
sudo python -m pip install --upgrade secp256k1
-
run
:
-
run
:
name
:
run tests
name
:
run tests
...
@@ -93,6 +95,7 @@ jobs:
...
@@ -93,6 +95,7 @@ jobs:
name
:
install dependencies
name
:
install dependencies
command
:
|
command
:
|
sudo python -m pip install --upgrade -r requirements-test.txt
sudo python -m pip install --upgrade -r requirements-test.txt
sudo python -m pip install --upgrade secp256k1
-
run
:
-
run
:
name
:
run tests
name
:
run tests
...
@@ -115,6 +118,7 @@ jobs:
...
@@ -115,6 +118,7 @@ jobs:
name
:
install dependencies
name
:
install dependencies
command
:
|
command
:
|
sudo python -m pip install --upgrade -r requirements-test.txt
sudo python -m pip install --upgrade -r requirements-test.txt
sudo python -m pip install --upgrade secp256k1
-
run
:
-
run
:
name
:
run tests
name
:
run tests
command
:
|
command
:
|
...
...
This diff is collapsed.
Click to expand it.
requirements-test.txt
+
0
−
1
View file @
a7e7ebae
...
@@ -9,7 +9,6 @@ pytz==2018.7
...
@@ -9,7 +9,6 @@ pytz==2018.7
pycryptodomex==3.7.0
pycryptodomex==3.7.0
scrypt==0.8.6
scrypt==0.8.6
Events==0.3
Events==0.3
secp256k1==0.13.2
cryptography==2.3.1
cryptography==2.3.1
pyyaml==3.13
pyyaml==3.13
mock==2.0.0
mock==2.0.0
...
...
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