Skip to content

Commit

Permalink
Remove unneeded python and django versions in tests
Browse files Browse the repository at this point in the history
Removed the following combinations:

* py27-django19
* py27-django110
* py35-django19
* py35-django110

Kept:

* py27-django18
* py27-django111
* py36-django111
  • Loading branch information
pwnage101 committed Jan 31, 2019
1 parent c876c6e commit ef97603
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
5 changes: 1 addition & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,14 @@ language: python

python:
- 2.7
- 3.5

env:
- TOXENV=django18
- TOXENV=django19
- TOXENV=django110
- TOXENV=django111

matrix:
include:
- python: 3.5
- python: 3.6
env: TOXENV=quality
- python: 3.6
env: TOXENV=django111
Expand Down
4 changes: 1 addition & 3 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tox]
envlist = py{27,35}-django{18,19,110,111}, py36-django{111}, quality
envlist = py27-django{18,111}, py36-django{111}, quality

[testenv]
setenv =
Expand All @@ -8,8 +8,6 @@ setenv =

deps =
django18: Django>=1.8,<1.9
django19: Django>=1.9,<1.10
django110: Django>=1.10,<1.11
django111: Django>=1.11,<2.0
-rtest_requirements.txt

Expand Down

0 comments on commit ef97603

Please sign in to comment.