Skip to content

Commit

Permalink
Fix for updated setuptools requirement in order to install
Browse files Browse the repository at this point in the history
  • Loading branch information
runfalk committed May 11, 2017
1 parent 7cff15b commit a17ccbc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ python:
- "3.5"
- "3.6"
install:
- pip install --upgrade pip setuptools
- pip install -r requirements.txt
script:
- make test
Expand Down
6 changes: 4 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -149,10 +149,12 @@ def rst_preprocess(file):
"codecov",
"pytest>=3.0",
"pytest-cov",
"Sphinx; python_version != '3.3'",
"sphinx-rtd-theme; python_version != '3.3'",
"twine",
],
"dev:python_version!='3.3'": [
"Sphinx",
"sphinx-rtd-theme",
],
},
classifiers=(
"Development Status :: 5 - Production/Stable",
Expand Down

0 comments on commit a17ccbc

Please sign in to comment.