mirror of
https://github.com/Zulko/moviepy.git
synced 2021-07-27 01:17:47 +03:00
* Introduce Pipfile to handle dependencies for dev envs * Simplify appveyor script using pipenv * Remove sudo * Add user flag when upgrading pip * Fix ImageMagick download * Fix ImageMagick download again * Fix setting env vars * Fix missing module pathlib2 * Fix dir command * Add missing dev dependency * Fix ImageMagick paths * Fix dir command * Fix dir command * Try to fix imagemagick install dir * Investigate image magick path not found * Investigate * Try to fix IMAGEMAGICK binary loading * INvestigate without spaces * Fix typo * Disable a few tests to fix Invalid Handle error when opening subprocesses * Replace commented tests with pytest.skip + enforce appveyor base image * Make builds more reproducible - avoid relying on external test data * Drop support for python 3.4 and add python 3.7 * Fix travis build * Cleanup debug code * Clean appveyor file * Minor cleanup * Test on python 3.7 * Added contributor * Update .travis.yml
62 lines
499 B
Plaintext
62 lines
499 B
Plaintext
*.py[cod]
|
|
|
|
# C extensions
|
|
*.so
|
|
|
|
# Packages
|
|
*.egg
|
|
*.egg-info
|
|
*.tar.gz
|
|
dist
|
|
build
|
|
eggs
|
|
.eggs
|
|
parts
|
|
bin
|
|
var
|
|
sdist
|
|
develop-eggs
|
|
.installed.cfg
|
|
lib
|
|
lib64
|
|
__pycache__
|
|
.cache/
|
|
.vscode
|
|
|
|
# Sublime
|
|
.sublime-project
|
|
|
|
# Installer logs
|
|
pip-log.txt
|
|
|
|
# Unit test / coverage reports
|
|
.coverage
|
|
.tox
|
|
nosetests.xml
|
|
|
|
# Translations
|
|
*.mo
|
|
|
|
# Mr Developer
|
|
.mr.developer.cfg
|
|
.project
|
|
.pydevproject
|
|
|
|
# Temp files
|
|
*~
|
|
|
|
# Pipy codes
|
|
.pypirc
|
|
|
|
# Mac
|
|
.DS_Store
|
|
|
|
# JetBrains
|
|
.idea
|
|
|
|
# Tests
|
|
tests/media
|
|
|
|
# Documentation
|
|
docs/build/
|