Skip to content

Commit

Permalink
Merge pull request #28 from PermutaTriangle/develop
Browse files Browse the repository at this point in the history
Release a new version
  • Loading branch information
ulfarsson committed Aug 26, 2019
2 parents 6def910 + c6fb494 commit 0d1e85d
Show file tree
Hide file tree
Showing 9 changed files with 268 additions and 172 deletions.
2 changes: 2 additions & 0 deletions .gitignore
@@ -1,3 +1,5 @@
test_readme.txt

# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
Expand Down
34 changes: 34 additions & 0 deletions .travis.yml
@@ -0,0 +1,34 @@
dist: xenial
sudo: false

language: python
python:
- '3.5'
- '3.6'
- '3.7'
- '3.7-dev'
- '3.8-dev'
- 'nightly'
- 'pypy3.5'

install:
- pip install --upgrade pip
- pip install coveralls==1.7.0

script:
- ./setup.py test

after_success:
- coveralls

notifications:
email: false

deploy:
provider: pypi
user: henningu
password:
secure: tX5N54vVZ0Kdy//VUy9dT31KZEplHKyxb7JN45sAHUDDurkUyG2eV1lIIOeoyNNceXQTIN9N6+aY4bVLipLjbmw021VWrkdVGxnaqq0ozIHiayvM1XRKkIQnOD/eRWA7HnN6SoYGDwQwsfTohUtsxlqwsIB2L7Q8hU1VhpjDyh1lNpkN4ufMYC8wG9MG8uohM1D8BuFfAPEZHVuX7QdvdBwb3117H3UiCv7OcXtv6n1xil9BMkm89vLfzCdV3r/TO5YTMhVTbNjnOu0FyB0IoNZB7spTqOE0XYlPMLAel8hs1zvY5sbMzjRqZETMykLJY325gFAk2ZTEJAtfmGlWXGaBoXhy8s0kvdYAZD0sTRmVRcjZd5YFyghxx0dfXE+fq6f/fwlmvr/bAmvtfBTgar8CgGFuE07PolQk7XOn1fiV9TQX+oJjqyySV3OdFIvc52ZyFqXvQRN8OY1AlIXxz0sLsOHGkDUqalqQjW0boSwBCy+DyKXoIaCIXuQVl+teT9bC9DEq5kNT6BiIOn/ABAvmmoMgggqCTDtjlGG6a2oB6Y+7F1yMDhAYddc7ZLOFvYu2A25/ldInLan3SsfPxIWllCg77BFS4LuGH9w/JjFqdu5wJR+F19jhWxicKxWnUaT58wwx51LpPY3okIG4ZEyjPhzED/2lIvn5+Eniq54=
skip_existing: true
on:
branch: master
10 changes: 9 additions & 1 deletion CHANGELOG.md
Expand Up @@ -4,7 +4,15 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [0.0.1] - 2019-04-15
## [Unreleased]

## [0.2.0] - 2019-08-26
### Fixed
- Update the readme and test it
- Added missing equation for "F_root" case

## [0.1.0] - 2019-04-15
### Added
- This changelog file.


0 comments on commit 0d1e85d

Please sign in to comment.