summaryrefslogtreecommitdiff
path: root/Pipfile
blob: 49489b58f1c462fa33fb9415e8fb8723d10ec799 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[[source]]
name = "pypi"
url = "https://pypi.org/simple"
verify_ssl = true

[packages]

[dev-packages]
pytest = "*"

[scripts]
release = 'sh -c "python setup.py build sdist && twine upload --verbose dist/*"'
tests = 'sh -c "cd tests; PYTHONPATH=.. py.test --tb=native"'