Skip to content

Commit

Permalink
Adds test of installation via Pypi test server, and includes __init__…
Browse files Browse the repository at this point in the history
….py to fix issue when importing
  • Loading branch information
James Fletcher committed Jan 21, 2019
1 parent e524507 commit aa6ae0b
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
1 change: 1 addition & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ jobs:
- run: date +%s > VERSION
- run: cat VERSION
- run: bazel run //:deploy-pip -- test $PYPI_TEST_SERVER_USERNAME $PYPI_TEST_SERVER_PASSWORD
- run: pip install --index-url https://test.pypi.org/simple/ kgcn

deploy-git:
machine: true
Expand Down
3 changes: 0 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,6 @@ venv/
# Python cache files
__pycache__/

# Python init files
__init__.py

# Model outputs
out/

Expand Down
Empty file added __init__.py
Empty file.

0 comments on commit aa6ae0b

Please sign in to comment.