Skip to content

Commit

Permalink
Merge pull request #25 from Yelp/ipython_27_compat
Browse files Browse the repository at this point in the history
Support python 2.7, test against python 3.6 not 3.4
  • Loading branch information
quantsini committed Oct 9, 2017
2 parents d1c60c6 + 1260d9f commit 8a8ac03
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
-r requirements.txt
coverage
flake8
ipython
ipython < 6.0.0 # 6.0 drops support for py27
mock
pre-commit>=0.4.2
pytest
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tox]
envlist = py27, py34, docs
envlist = py27, py36, docs

[testenv]
deps = -rrequirements-dev.txt
Expand Down

0 comments on commit 8a8ac03

Please sign in to comment.