Skip to content

Commit

Permalink
Merge pull request #23 from njzjz/dev
Browse files Browse the repository at this point in the history
appveyor
  • Loading branch information
njzjz authored Feb 1, 2019
2 parents 622a0ab + 6cbe4d1 commit 31b3cb0
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 3 deletions.
16 changes: 16 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
environment:
COVERALLS_REPO_TOKEN:
secure: X7lQTmDciTCgB1lg8F/cvKyyZFw4Xo0d7VYYx6mZH3ezlp9iOOu5C7aJx1PEUIXf
matrix:
- PYTHON: "C:\\Python37"
TOX_ENV: "py37"
- PYTHON: "C:\\Python36"
TOX_ENV: "py36"

install:
- "%PYTHON%/Scripts/pip install tox"

build: false

test_script:
- "%PYTHON%/Scripts/tox -e %TOX_ENV%"
6 changes: 4 additions & 2 deletions docs/README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
# MDDatasetBuilder

[![python version](https://img.shields.io/pypi/pyversions/mddatasetbuilder.svg?logo=python&logoColor=white)](https://pypi.org/project/mddatasetbuilder)
[![PyPI](https://img.shields.io/pypi/v/mddatasetbuilder.svg)](https://pypi.org/project/mddatasetbuilder)
[![Build Status](https://travis-ci.com/njzjz/mddatasetbuilder.svg?branch=master)](https://travis-ci.com/njzjz/mddatasetbuilder)
[![Build status](https://ci.appveyor.com/api/projects/status/g8xcvg6wjb7eg8k5?svg=true)](https://ci.appveyor.com/project/njzjz52847/mddatasetbuilder)
[![Build status](https://ci.appveyor.com/api/projects/status/70v6eefoe8mgdjtu?svg=true)](https://ci.appveyor.com/project/jzzeng/mddatasetbuilder)
[![Coverage Status](https://coveralls.io/repos/github/njzjz/mddatasetbuilder/badge.svg?branch=master)](https://coveralls.io/github/njzjz/mddatasetbuilder?branch=master)
[![codecov](https://codecov.io/gh/njzjz/mddatasetbuilder/branch/master/graph/badge.svg)](https://codecov.io/gh/njzjz/mddatasetbuilder)
[![Codacy Badge](https://api.codacy.com/project/badge/Grade/924ce85b916040079fb453785ec673f9)](https://www.codacy.com/app/jzzeng/mddatasetbuilder?utm_source=github.com&utm_medium=referral&utm_content=njzjz/mddatasetbuilder&utm_campaign=Badge_Grade)
Expand All @@ -24,7 +25,8 @@ MDDatasetBuilder is a script to build molecular dynamics (MD) datasets for neura

```sh
git clone https://github.com/njzjz/mddatasetbuilder
pip install mddatasetbuilder/
cd mddatasetbuilder
pip install .
```

You can test whether ReacNetGenerator is running normally:
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
envlist = py{37,36}

[testenv]
passenv = CI TRAVIS TRAVIS_* CODECOV_* TOXENV
passenv = CI TRAVIS TRAVIS_* CODECOV_* TOXENV COVERALLS_REPO_TOKEN APPVEYOR APPVEYOR_*
setenv =
CODACY_PROJECT_TOKEN = d798a759338a463291ebb5d7273fdd36
deps =
Expand Down

0 comments on commit 31b3cb0

Please sign in to comment.