Skip to content

Commit

Permalink
Remove lint from travis-script target.
Browse files Browse the repository at this point in the history
This means that we will not run lint checks for every build
combination but instead lean on the single lint build in Travis
that runs against the latest version of Python.
  • Loading branch information
ahawker committed Oct 1, 2017
1 parent 08b43a1 commit 0418d57
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 @@ -29,7 +29,7 @@ travis-install: codeclimate-install ## Install dependencies for travis-ci.org i
@pip install -q -r requirements/travis.txt

.PHONY: travis-script
travis-script: travis-install tox lint safety-check ## Entry point for travis-ci.org execution.
travis-script: travis-install tox safety-check ## Entry point for travis-ci.org execution.

.PHONY: codeclimate-install
codeclimate-install: ## Install dependencies required for codeclimate.com integration.
Expand Down

0 comments on commit 0418d57

Please sign in to comment.