Skip to content
This repository was archived by the owner on Jan 6, 2025. It is now read-only.

Commit 9e6474e

Browse files
committed
Update HISTORY.md
1 parent 1ba0cfc commit 9e6474e

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
python: '3.7'
2727
dist: xenial
2828
- stage: coverage
29-
python: 3.6
29+
python: '3.6'
3030
script:
3131
- make test
3232
- codecov --verbose

HISTORY.md

+4
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ master
77
* Downgrade numpy version from 1.15.2 to 1.13.3.
88
* Add requirements.txt for readthedocs.
99

10+
**Improvements**
11+
12+
* Add Makefile and make codecov run only once. [#132](https://github.com/socialcopsdev/camelot/pull/132) by [Vaibhav Mule](https://github.com/vaibhavmule).
13+
1014
**Documentation**
1115

1216
* Add "Using conda" section to installation instructions.

0 commit comments

Comments
 (0)