Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
version: ~> 1.0

os: linux
language: python

notifications:
Expand All @@ -16,10 +17,11 @@ env:
global:
- CANONICAL_PYTHON="3.8"
- CODECLIMATE=""
- PACKAGE_IMPORT_NAME="paths_cli"
- TWINE_USERNAME="dwhswenson"
# TWINE_PASSWORD
# AUTORELEASE_TOKEN
matrix:
jobs:
- CONDA_PY=3.8
- CONDA_PY=3.6
- CONDA_PY=3.7
Expand All @@ -46,4 +48,4 @@ after_success:
- COVERALLS_PARALLEL=true coveralls

import:
- dwhswenson/autorelease:autorelease-travis.yml@v0.1.2
- dwhswenson/autorelease:autorelease-travis.yml@v0.2.0
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
[![Build Status](https://travis-ci.com/openpathsampling/openpathsampling-cli.svg?branch=master)](https://travis-ci.com/openpathsampling/openpathsampling-cli)
[![Documentation Status](https://readthedocs.org/projects/openpathsampling-cli/badge/?version=latest)](https://openpathsampling-cli.readthedocs.io/en/latest/?badge=latest)
[![Coverage Status](https://coveralls.io/repos/github/openpathsampling/openpathsampling-cli/badge.svg?branch=master)](https://coveralls.io/github/openpathsampling/openpathsampling-cli?branch=master)
[![Maintainability](https://api.codeclimate.com/v1/badges/0d1ee29e1a05cfcdc01a/maintainability)](https://codeclimate.com/github/openpathsampling/openpathsampling-cli/maintainability)

Expand Down
1 change: 1 addition & 0 deletions paths_cli/commands/append.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ def append(input_file, append_file, engine, cv, volume, network, scheme,
# 3. "untag" an object by not associating a tag in the new storage

output_storage.close()
storage.close()


CLI = append
Expand Down
Empty file added paths_cli/tests/__init__.py
Empty file.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = openpathsampling-cli
version = 0.0.1.dev0
version = 0.0.1
# version should end in .dev0 if this isn't to be released
description = Command line tool for OpenPathSampling
long_description = file: README.md
Expand Down