Skip to content

Commit 39d48b7

Browse files
committed
Update Travis CI and bumpversion configuration.
1 parent 5b1f10c commit 39d48b7

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.bumpversion.cfg

-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
current_version = 0.6.0
33
commit = True
44
tag = True
5-
tag_name = {new_version}
65

76
[bumpversion:file:README.md]
87

.travis.yml

+3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
language: python
2+
python:
3+
- 2.7
4+
- 3.6
25
apt:
36
packages:
47
- python-numpy

0 commit comments

Comments
 (0)