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
9 changes: 5 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
dist: "xenial"
sudo: true
version: ~> 1.0

language: python
python:
- '3.7'
- '2.7'
- '3.6'
- '3.7'

notifications:
webhooks: https://coveralls.io/webhook
Expand All @@ -29,13 +29,14 @@ env:
- MDTRAJ="release"
- MDTRAJ="dev"

matrix:
jobs:
exclude:
- env: MDTRAJ="dev"
python: "3.6"

before_install:
- echo "before install"
- echo "$TRAVIS_BRANCH $TRAVIS_EVENT_TYPE"
- git fetch --tags

install:
Expand Down
2 changes: 1 addition & 1 deletion ci/conda-recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package:
name: contact_map
# add ".dev0" for unreleased versions
version: "0.5.0.dev0"
version: "0.5.1.dev0"

source:
path: ../../
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = contact_map
version = 0.5.0.dev0
version = 0.5.1.dev0
description = Contact maps based on MDTraj
long_description = file: README.md
long_description_content_type = text/markdown
Expand Down