Skip to content

Commit

Permalink
add future as a requirement for python 2 installation
Browse files Browse the repository at this point in the history
  • Loading branch information
lthurner committed Sep 18, 2018
1 parent 6417735 commit 619d77a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ python:
# We don't actually use the Travis Python, but this keeps it organized.
- "2.7"
- "3.4"
# - "3.3"
- "3.5"
- "3.6"

Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
"networkx",
"numpy",
"scipy"],
extras_require = {":python_version<'3.0'": ["future"]}
packages=find_packages(),
include_package_data=True,
classifiers=[
Expand Down

0 comments on commit 619d77a

Please sign in to comment.