summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorJon Dufresne <jon.dufresne@gmail.com>2019-08-15 05:07:15 -0700
committerTimothy Edmund Crosley <timothy.crosley@gmail.com>2019-08-15 22:52:24 -0700
commitdca0a3ccad2f96da8b1ddbc72f72cd4da8ce5c17 (patch)
treec3bd06dbc2c54b5142c916f3095478853e33772f /.travis.yml
parent538864097a355b4c7f5fbdfe537a5165633850b0 (diff)
downloadisort-dca0a3ccad2f96da8b1ddbc72f72cd4da8ce5c17.tar.gz
Remove unnecessary before_install.sh script
Only used on macOS and not required to successfully run tests, so remove it. Instead, rely on the environment created by Travis CI.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 0 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index fd4a5669..f34d023d 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -23,8 +23,6 @@ matrix:
language: generic
env: TOXENV=py36
-before_install:
-- "./scripts/before_install.sh"
install:
- pip install tox
script: