Skip to main content

No project description provided

Project description

pypi travis codecov downloads

sarscov2x

This is a sample application for use in a talk on how to configure your python project to use TravisCI.

Installing the sample application

If you want, you can install the Django app. To do so, follow the steps below.

Install conda, check the docs for your OS:

https://docs.conda.io/en/latest/miniconda.html

After the installation, create an environment using conda:

conda create -n edc python=3.8

Activate your new environment:

conda activate edc

Clone this repo into a folder, for example, projects:

mkdir ~/projects
cd  ~/projects
git clone https://github.com/erikvw/sarscov2x.git

Navigate into the repo and install the requirements:

cd ~/projects/sarscov2x
pip install -U -r requirements.txt

This is a simple Django application so:

python manage.py migrate
python manage.py createsuperuser

Start up the test webserver:

python manage.py runserver

Open your browser and navigate to:

http://localhost:8000

References:

https://docs.travis-ci.com/user/tutorial/

https://docs.travis-ci.com/user/tutorial/#to-get-started-with-travis-ci-using-github

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

sarscov2x-0.1.0-py3-none-any.whl (32.1 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page