Skip to content

Commit

Permalink
Update HISTORY.md
Browse files Browse the repository at this point in the history
  • Loading branch information
vinayak-mehta committed Oct 11, 2018
1 parent 1ba0cfc commit 9e6474e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
python: '3.7'
dist: xenial
- stage: coverage
python: 3.6
python: '3.6'
script:
- make test
- codecov --verbose
4 changes: 4 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 9e6474e

Please sign in to comment.