Skip to content

Commit 819f26f

Browse files
committed
Updated config files.
1 parent cbf9792 commit 819f26f

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,3 +62,5 @@ repos:
6262
hooks:
6363
- id: yapf-isort
6464
exclude: ^(doc-source/conf|__pkginfo__|make_conda_recipe|setup)\.py$
65+
66+
# Custom hooks can be added below this comment

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,6 @@ jobs:
7272
apt:
7373
update: true
7474
install:
75-
- pip install rst2txt yolk3k
7675
- wget https://repo.continuum.io/miniconda/Miniconda3-latest-Linux-x86_64.sh -O miniconda.sh
7776
- bash miniconda.sh -b -p $HOME/miniconda
7877
- chmod +x .ci/travis_deploy_conda.sh

0 commit comments

Comments
 (0)