Skip to content

Commit

Permalink
Travis: Remove unused PYTEST env var
Browse files Browse the repository at this point in the history
  • Loading branch information
scop committed Dec 9, 2018
1 parent 872164a commit ff7bba7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ before_install:

script:
- docker run
-e CI=true -e DIST=$DIST -e BSD=$BSD -e PYTEST=$PYTEST
-e CI=true -e DIST=$DIST -e BSD=$BSD
${NETWORK:+--network $NETWORK}
-t bash-completion:$DIST test/docker/docker-script.sh

0 comments on commit ff7bba7

Please sign in to comment.