Skip to content

Commit

Permalink
Do not run pypy tests on django 2
Browse files Browse the repository at this point in the history
  • Loading branch information
GaretJax committed Apr 20, 2018
1 parent df20e65 commit ab14ece
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ env:
- TOXENV=py34-dj20
- TOXENV=py35-dj20
- TOXENV=py36-dj20
- TOXENV=pypy-dj20
- TOXENV=flake8

cache:
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ envlist =
coverage_erase,
py{27,34,35,py}-dj{18,110},
py{27,34,35,36,py}-dj{111},
py{34,35,36,py}-dj{20},
py{34,35,36}-dj{20},
flake8,
coverage_report

Expand Down

0 comments on commit ab14ece

Please sign in to comment.