Skip to content

Commit

Permalink
Merge pull request #11 from manish/release-0.1
Browse files Browse the repository at this point in the history
Release 0.1
  • Loading branch information
manish authored Dec 3, 2018
2 parents a9f8ed0 + dd8f234 commit 2f298dc
Show file tree
Hide file tree
Showing 6 changed files with 123 additions and 137 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.7 AS base
FROM python:3.6 AS base
ARG CI_USER_TOKEN
ARG AZURE_BLOB_ACCOUNT_NAME
ARG AZURE_BLOB_ACCOUNT_KEY
Expand Down
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ dist: clean ## builds source and wheel package
python setup.py sdist
python setup.py bdist_wheel
ls -l dist
twine check dist/*

install: clean ## install the package to the active Python's site-packages
python setup.py install
5 changes: 2 additions & 3 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ name = "pypi"
[packages]
dask = "*"
azure-storage = "*"
"unittest2" = "*"
tox = "*"

[dev-packages]
ipython = "*"
Expand All @@ -20,7 +18,8 @@ cloudpickle = "*"
numpy = "*"
pandas = "*"
toolz = "*"
pytest-cov = "*"
"unittest2" = "*"
twine = "*"

[requires]
python_version = "3.6"
208 changes: 80 additions & 128 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 2f298dc

Please # to comment.