Skip to content

Commit

Permalink
run flake8 test
Browse files Browse the repository at this point in the history
  • Loading branch information
katosh committed Apr 11, 2019
1 parent b8dcf53 commit 4ce31a8
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 deletions.
7 changes: 6 additions & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,12 @@ before_script:
- virtualenv venv
- source venv/bin/activate

test-run:
test:
script:
- pip install tox flake8
- tox -e py36,flake

run:
script:
- pip install . jupyter
- jupyter nbconvert --to markdown --execute README.ipynb
Expand Down
2 changes: 2 additions & 0 deletions multi_bary_plot/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
from .GenBary import GenBary

__all__ = ['GenBary', ]
5 changes: 0 additions & 5 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
# tox (https://tox.readthedocs.io/) is a tool for running tests
# in multiple virtualenvs. This configuration file will run the
# test suite on all supported python versions. To use it, "pip install tox"
# and then run "tox" from this directory.

[tox]
envlist = flake8

Expand Down

0 comments on commit 4ce31a8

Please sign in to comment.