Skip to content

Commit

Permalink
black only for a single version test
Browse files Browse the repository at this point in the history
  • Loading branch information
SebastianoF committed Oct 4, 2019
1 parent 5354aa3 commit 6bb2a66
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ python:
install:
- pip install codecov
- pip install .[dev]
- if [[ $TRAVIS_PYTHON_VERSION == 3.6 ]]; then pip install -U black; fi
script:
- export PYTHONPATH=$PYTHONPATH:$(pwd)
# * E501 - line length limit
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
requires = ["click", "cookiecutter", "networkx", "numpy", "pandas", "tornado", "tqdm"]

extras_require = {
"dev": ["coverage", "flake8", "pytest >= 3.6", "pytest-cov", "sphinx", "black"],
"dev": ["coverage", "flake8", "pytest >= 3.6", "pytest-cov", "sphinx"],
"docs": ["sphinx"],
}

Expand Down

0 comments on commit 6bb2a66

Please sign in to comment.