Skip to content

Commit

Permalink
updated to python3.6, django 1.10, coverage 4.0, and added filter thr…
Browse files Browse the repository at this point in the history
…eshold option
  • Loading branch information
mjhea0 committed Mar 16, 2017
1 parent acdbde5 commit bfd2fc0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ matrix:
- python: "3.5"
env: DJANGO=Django==1.6.11
- python: "3.3"
env: DJANGO=Django==1.10.2
env: DJANGO=Django==1.10.7
- python: "3.3"
env: DJANGO=Django==1.9.10
env: DJANGO=Django==1.9.13

script:
- flake8 --max-line-length=100 --max-complexity=10 --statistics --benchmark django_slowtests
Expand Down

0 comments on commit bfd2fc0

Please sign in to comment.