From 9e6474e5a6d1da2f936c6950e832bd4671662ee1 Mon Sep 17 00:00:00 2001 From: Vinayak Mehta Date: Thu, 11 Oct 2018 23:51:05 +0530 Subject: [PATCH] Update HISTORY.md --- .travis.yml | 2 +- HISTORY.md | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index f93c5f4..7426bb0 100755 --- a/.travis.yml +++ b/.travis.yml @@ -26,7 +26,7 @@ jobs: python: '3.7' dist: xenial - stage: coverage - python: 3.6 + python: '3.6' script: - make test - codecov --verbose diff --git a/HISTORY.md b/HISTORY.md index d21f31c..16526f3 100755 --- a/HISTORY.md +++ b/HISTORY.md @@ -7,6 +7,10 @@ master * Downgrade numpy version from 1.15.2 to 1.13.3. * Add requirements.txt for readthedocs. +**Improvements** + +* Add Makefile and make codecov run only once. [#132](https://github.com/socialcopsdev/camelot/pull/132) by [Vaibhav Mule](https://github.com/vaibhavmule). + **Documentation** * Add "Using conda" section to installation instructions.