aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authoreustas <eustas.ru@gmail.com>2016-06-17 20:25:28 +0200
committerGitHub <noreply@github.com>2016-06-17 20:25:28 +0200
commit902b20c0b80fc16ea714f9eae544dbb659d2a27d (patch)
tree2ac3af7e1dc13e55211d180081b0927b4109f5e0 /.travis.yml
parent81054a4667ca8bc819088f21314a9a0a22ca4f65 (diff)
downloadbrotli-902b20c0b80fc16ea714f9eae544dbb659d2a27d.zip
brotli-902b20c0b80fc16ea714f9eae544dbb659d2a27d.tar.gz
brotli-902b20c0b80fc16ea714f9eae544dbb659d2a27d.tar.bz2
Remove command line args
Values should be taken from setup.cfg
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 acf5c61..c6fd74d 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 -b bin -t bin test
+- python setup.py build_ext test
after_success:
- pip wheel -w dist .
before_deploy: