summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorTimothy Crosley <timothy.crosley@gmail.com>2019-03-03 12:45:42 -0800
committerTimothy Crosley <timothy.crosley@gmail.com>2019-03-03 12:45:42 -0800
commit6dfabb9901280e3aff2cb51d4c06acba575f2832 (patch)
tree651d005e1de3426502114a12da3bdbccf5831ea2 /.travis.yml
parentde7de485f24fe1a217b4e9e93b0fd2062a207d74 (diff)
downloadisort-6dfabb9901280e3aff2cb51d4c06acba575f2832.tar.gz
Pull request to merge in latest hotfix master changes into develop branch
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml9
1 files changed, 8 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 0cd3f4c2..5c96e81e 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -19,9 +19,16 @@ matrix:
- python: 3.7
env: TOXENV=py37-coverage
- python: pypy3.5-6.0
- env: TOXENV=pypy3
+ - os: osx
+ language: generic
+ env: TOXENV=py36
+
+before_install:
+ - ./scripts/before_install.sh
+
install:
- pip install tox
+
script:
- tox
after_success: