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

Commit

Permalink
Fix the "`env' is up to date" Travis message
Browse files Browse the repository at this point in the history
  • Loading branch information
nashe committed Jul 18, 2016
1 parent c1cca80 commit d80b494
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ python:

install:
- if [ "${TRAVIS_BRANCH}" = "master" -a "${TRAVIS_PULL_REQUEST}" = "false" ]; then rm -rf env; fi
- touch requirements.txt
- touch requirements.txt requirements_tests.txt
- make env

cache:
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ bin_dir := $(shell $(python) -c 'import sys; bin = "Scripts" if sys.platform ==
env_bin := env/$(bin_dir)
venv := "./vendor/virtualenv-12.0.7.py"

env:
env: requirements.txt requirements_tests.txt
$(python) $(venv)\
--prompt="[inside.gratipay.com] " \
--never-download \
Expand Down

0 comments on commit d80b494

Please sign in to comment.