Update HISTORY.md

pull/2/head
Vinayak Mehta 2018-10-11 23:51:05 +05:30
parent 1ba0cfc7bc
commit 9e6474e5a6
2 changed files with 5 additions and 1 deletions

View File

@ -26,7 +26,7 @@ jobs:
python: '3.7'
dist: xenial
- stage: coverage
python: 3.6
python: '3.6'
script:
- make test
- codecov --verbose

View File

@ -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.