We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cbf9792 commit 819f26fCopy full SHA for 819f26f
.pre-commit-config.yaml
@@ -62,3 +62,5 @@ repos:
62
hooks:
63
- id: yapf-isort
64
exclude: ^(doc-source/conf|__pkginfo__|make_conda_recipe|setup)\.py$
65
+
66
+# Custom hooks can be added below this comment
.travis.yml
@@ -72,7 +72,6 @@ jobs:
72
apt:
73
update: true
74
install:
75
- - pip install rst2txt yolk3k
76
- wget https://repo.continuum.io/miniconda/Miniconda3-latest-Linux-x86_64.sh -O miniconda.sh
77
- bash miniconda.sh -b -p $HOME/miniconda
78
- chmod +x .ci/travis_deploy_conda.sh
0 commit comments