aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authoreustas <eustas.ru@gmail.com>2016-06-16 15:36:11 +0200
committerGitHub <noreply@github.com>2016-06-16 15:36:11 +0200
commit41e4fb8bf3572166f69ffc78a9fe111d83e33390 (patch)
treed5fa395c62c7e112555438360dbe7d6d4b55e85a /.travis.yml
parent198b51d9693b16d5fcba5bf90ea34958dc70f080 (diff)
downloadbrotli-41e4fb8bf3572166f69ffc78a9fe111d83e33390.zip
brotli-41e4fb8bf3572166f69ffc78a9fe111d83e33390.tar.gz
brotli-41e4fb8bf3572166f69ffc78a9fe111d83e33390.tar.bz2
Reroute -t parameter to build_ext
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 7bad396..97fcf91 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -14,7 +14,7 @@ install:
- get_python_environment $INSTALL_TYPE $VERSION venv
- pip install --upgrade wheel
script:
-- python setup.py build_ext test -t bin
+- python setup.py build_ext -t bin test
after_success:
- pip wheel -w dist .
before_deploy: