Skip to content

Commit

Permalink
Fix coveralls/travis-ci dependency issues (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
tylercroberts committed Dec 19, 2019
1 parent 74dca1f commit f2f7e0b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@
"sphinx_copybutton==0.2.5",
],
"tests": ["pytest==5.2.1",
"pytest-cov",
"coveralls==1.8.0"]
"pytest-cov==2.8.1",
"coverage==4.5.4",
"coveralls"]
},
)

0 comments on commit f2f7e0b

Please sign in to comment.