diff --git a/.travis.yml b/.travis.yml index 43c7d2eb1bb..2c5e2e0fee8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,4 +8,5 @@ install: - pip install mock==1.3.0 script: - export PYTHONPATH=$PATHONPATH:./src - - python -m unittest discover -s src/azure/cli/tests \ No newline at end of file + - python -m azure.cli + - python -m unittest discover -s src/azure/cli/tests