Skip to content
This repository has been archived by the owner on Apr 23, 2022. It is now read-only.

☀️ Teaching support for the JDEV 2017 Continuous Integration for Python workshop

License

Notifications You must be signed in to change notification settings

tailordev-commons/jdev-2017-ci4py

Repository files navigation

Continuous Integration for Python

This repository contains support materials for the JDEV 2017 t4.a07 workshop.

Slides from the workshop are bundled with the repository: slides.md.

Pro tip: you can load the slides.md file content in a Monod slidedeck 😉.

Getting started

Start this workshop by cloning the project:

$ git clone git@github.com:tailordev-commons/jdev-2017-ci4py.git

Create a python virtualenv and install dependencies:

$ python3 -m venv venv
$ source venv/bin/activate
(venv) $ pip install -r requirements-dev.txt
(venv) $ python setup.py develop

Running the test suite

(venv) $ pytest

License

This work is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License (see LICENSE).

Data from ./climate/data are part of the Climate Change: Earth Surface Temperature Data Kaggle dataset, licensed under a Creative Commons Attribution-ShareAlike 4.0 International License.

About

☀️ Teaching support for the JDEV 2017 Continuous Integration for Python workshop

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages