https://github.com/vfdev-5/tests_auto_deploy
Testing repository for artifacts auto build/upload on conda and pipy when tag
https://github.com/vfdev-5/tests_auto_deploy
Last synced: about 1 year ago
JSON representation
Testing repository for artifacts auto build/upload on conda and pipy when tag
- Host: GitHub
- URL: https://github.com/vfdev-5/tests_auto_deploy
- Owner: vfdev-5
- License: bsd-3-clause
- Created: 2018-09-26T15:56:48.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-09-21T09:44:12.000Z (over 6 years ago)
- Last Synced: 2025-02-08T10:43:51.615Z (over 1 year ago)
- Language: Python
- Size: 1.21 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://travis-ci.org/vfdev-5/tests_auto_deploy)
https://vfdev-5.github.io/tests_auto_deploy/
# Tests auto deploy
A repository to test artifacts auto build/upload on conda and pipy on tagging the code.
Deployment is executed with Travis. See [.travis.yml](.travis.yml)
## Installation
From `test.pypi`
```bash
pip install --index-url https://test.pypi.org/simple/ check-auto-deploy
```
and from conda
```bash
conda install -c vfdev-5 check-auto-deploy
```