GitXplorerGitXplorer
m

learning-python

public
1 stars
1 forks
1 issues

Commits

List of commits on branch master.
Unverified
bed9fbafdba69fcd6a8a1b7079d06232658d6ee8

Add more demos

mmincong-h committed 4 years ago
Unverified
8dcc07ad0ef8e3e12705a9639d430c4d88502289

Demo1 ok

mmincong-h committed 4 years ago
Unverified
969a968ccdf41b8c0ed1f125b7e4412cf84fdec2

Make script better

mmincong-h committed 4 years ago
Unverified
ce23884c4dee2d10b4b821ba956de2a7b0eaa791

Make script executable

mmincong-h committed 4 years ago
Unverified
9b7657f0b33831d137e32882ac4a7307a6614545

Rename package

mmincong-h committed 4 years ago
Unverified
f13b8ba5e24eb8d5e39c7711fbb13336710c1a31

Remove pipenv

mmincong-h committed 4 years ago

README

The README file for this repository.

Learning Python Build Status

Install:

pip install tox

Run tests:

# run tests normally
tox

# run tests after recreating the virtual environment
tox --recreate