Skip to content

divs4debu/Hobby

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

# Intro

Download youtube clips

# Testing

## Installing [tox](https://testrun.org/tox/latest/)

* Install [tox](https://testrun.org/tox/latest/) into a location that
you are able to access.

This is usually done in a virtual env
```
$ virtualenv tox-ve
$ tox-ve/bin/pip install tox
```

## Running tox

* When testing, use [tox](https://testrun.org/tox/latest/)

```
# note that I am putting the tox-ve bin location in the $PATH - once off step!
$ export PATH=$PATH:tox-ve/bin
$ tox
```

About

simple hobby projects

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published