Skip to content
This repository has been archived by the owner on Jan 15, 2022. It is now read-only.

Commit

Permalink
Merge pull request #50 from prymitive/make
Browse files Browse the repository at this point in the history
Grab list of django version to test from .travis.yml
  • Loading branch information
prymitive authored Mar 1, 2018
2 parents 18d16bb + 6538ffd commit ffdd04a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
@docker build -q --build-arg DJANGO===$@ .
@echo Done

all: 1.8.18 1.10.8 1.11.7 2.0rc1
all: $(shell grep DJANGO= .travis.yml | cut -d = -f2 | sort | uniq | tr '\n' ' ')
@echo All tests completed

0 comments on commit ffdd04a

Please sign in to comment.