File tree Expand file tree Collapse file tree 3 files changed +8
-6
lines changed
Expand file tree Collapse file tree 3 files changed +8
-6
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,12 @@ before_script:
1515 - virtualenv venv
1616 - source venv/bin/activate
1717
18- test-run :
18+ test :
19+ script :
20+ - pip install tox flake8
21+ - tox -e py36,flake
22+
23+ run :
1924 script :
2025 - pip install . jupyter
2126 - jupyter nbconvert --to markdown --execute README.ipynb
Original file line number Diff line number Diff line change 11from .GenBary import GenBary
2+
3+ __all__ = ['GenBary' , ]
Original file line number Diff line number Diff line change 1- # tox (https://tox.readthedocs.io/) is a tool for running tests
2- # in multiple virtualenvs. This configuration file will run the
3- # test suite on all supported python versions. To use it, "pip install tox"
4- # and then run "tox" from this directory.
5-
61[tox]
72envlist = flake8
83
You can’t perform that action at this time.
0 commit comments