Split requirements-build.txt from requirements-dev.txt to support a leaner tox.ini

Signed-off-by: Daniel Nephin <dnephin@gmail.com>
This commit is contained in:
Daniel Nephin 2015-09-01 16:23:04 -04:00
commit 6ac617bae1
7 changed files with 10 additions and 8 deletions

View file

@ -6,7 +6,6 @@ TAG="docker-compose"
docker build -t "$TAG" .
docker run \
--rm \
--user=user \
--volume="$(pwd):/code" \
--entrypoint="script/build-linux-inner" \
"$TAG"