Skip to content

Commit

Permalink
Merge dd0b8b6 into ab7bbd3
Browse files Browse the repository at this point in the history
  • Loading branch information
rmsds committed Oct 24, 2018
2 parents ab7bbd3 + dd0b8b6 commit bcc3f27
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,8 @@

install_requires = ["scipy", "pandas>=0.23.0", "numpy", "natsort", "joblib", "pyfaidx", "typing", "cython"]

try:
os.getenv("TRAVIS")
if os.getenv("TRAVIS"):
install_requires.append("coveralls")
except:
pass

if sys.version_info[0] == 2:
install_requires.append("functools32")
Expand Down

0 comments on commit bcc3f27

Please sign in to comment.