Revision d3ab207a43fe52051b9fd524a512fcfe26b816d1 authored by Jeremy Low on 10 March 2018, 13:47:32 UTC, committed by Jeremy Low on 10 March 2018, 13:47:32 UTC
change allows running of pytest without
going through setup.py
1 parent 2bf461f
Raw File
.gitignore
*.py[co]

#small test code that contains my keys
t.py

# Packages
*.egg
*.egg-info
dist
build
eggs
parts
bin
include
lib
local
var
sdist
develop-eggs
.installed.cfg
.eggs
.cache
.vscode

# Installer logs
pip-log.txt

# Unit test / coverage reports
.coverage
.codecov-token
.tox
htmlcov
.tox
nosetests.xml
htmlcov
coverage.xml

# PyCharm data
.idea

#Translations
*.mo

#Mr Developer
.mr.developer.cfg

#Environment
env
.python-version

violations.flake8.txt

# Built docs
doc/_build/**
back to top