Skip to content

Commit

Permalink
Merge pull request #85 from vintasoftware/fix-djangolatest-build
Browse files Browse the repository at this point in the history
Only test djangolatest against Python 3.6
  • Loading branch information
filipeximenes committed Apr 23, 2018
2 parents 2b62e4d + d7a57a6 commit f8ec2a7
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ envlist =
py{27}-django{15,16,17,18,19,110,111},
py{33,34}-django{17},
py{34,35,36}-django{18,19,110,111},
py{34,35,36}-djangolatest
py36-djangolatest

[testenv]
commands = python manage.py test
Expand All @@ -25,9 +25,3 @@ deps =
django110: Django>=1.10.0,<1.11.0
django111: Django>=1.11.0,<1.12.0
djangolatest: https://github.com/django/django/archive/master.tar.gz

[testenv:py34-djangolatest]
ignore_outcome = True

[testenv:py35-djangolatest]
ignore_outcome = True

0 comments on commit f8ec2a7

Please sign in to comment.