diff options
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml index d7c6953b..7d2f1918 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,7 +4,7 @@ python: - "2.7" install: - - "pip install -r tools/pip-requires --use-mirrors" + - "pip install -r tools/pip-requires -r tools/test-requires --use-mirrors" script: - - "./run_tests.sh -V" + - "./run_tests.sh -N" |