Skip to content

Commit

Permalink
Merge pull request #134 from choderalab/release/0.0.1a5
Browse files Browse the repository at this point in the history
Release 0.0.1a5
  • Loading branch information
Bas Rustenburg authored Feb 26, 2019
2 parents ee81802 + 8c5cf45 commit f20835c
Show file tree
Hide file tree
Showing 118 changed files with 162,611 additions and 2,585 deletions.
7 changes: 7 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
repos:
- repo: https://github.com/ambv/black
rev: stable
hooks:
- id: black
language_version: python3.6
args: ["./protons"]
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ script:

env:
matrix:
- python=3.5 CONDA_PY=35
- python=3.7 CONDA_PY=37
- python=3.6 CONDA_PY=36

global:
Expand Down
Empty file modified devtools/conda-recipe/build.sh
100755 → 100644
Empty file.
3 changes: 2 additions & 1 deletion devtools/conda-recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ requirements:
- hdf4 >4.2.11 # Pinned because of issue with netcdf4
- joblib
- lxml
- parmed <=2.7.3
- parmed <=2.7.3 # Newer versions break parameter generation
- pytest
- pytest-runner
- pymbar
Expand Down Expand Up @@ -56,6 +56,7 @@ requirements:
- saltswap >=0.5.2 # for counterion coupling
- beautifulsoup4 # for deserialization of html tables
- networkx # matching protonation state structures
- tqdm # progress bar in scripts

test:
requires:
Expand Down
Empty file modified devtools/travis-ci/after_success.sh
100755 → 100644
Empty file.
Loading

0 comments on commit f20835c

Please sign in to comment.