This website requires JavaScript.
Explore
Help
Register
Sign In
Bitmessage
/
PyBitmessage-2024-12-11
Archived
Watch
2
Star
0
Fork
0
You've already forked PyBitmessage-2024-12-11
Code
Issues
168
Pull Requests
53
Actions
Packages
Projects
Releases
5
Wiki
Activity
This repository has been archived on
2024-12-11
. You can view files and clone it, but cannot push or open issues or pull requests.
5a167f45c7
PyBitmessage-2024-12-11
/
run-tests-in-docker.sh
5 lines
99 B
Bash
Raw
Normal View
History
Unescape
Escape
Add Dockerfile for running test - run ./run-tests-in-docker.sh to run travis tests locally
2021-02-15 09:20:27 +01:00
#!/bin/bash
Rename Dockerfile.travis and prepare to the testing with tox
2021-11-17 19:08:25 +01:00
docker build -t pybm-test -f packages/docker/Dockerfile.bionic .
docker run pybm-test
Reference in New Issue
Copy Permalink