Skip to content

Commit

Permalink
remove python2 from travis build
Browse files Browse the repository at this point in the history
  • Loading branch information
cheshirekow committed May 20, 2019
1 parent ae29c0c commit 7046306
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
dist: xenial
language: python
python:
- "2.7"
- "3.5"
- "3.6"

Expand Down
2 changes: 1 addition & 1 deletion makelint/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
import sys
import time

VERSION = '0.0.1'
VERSION = "0.1.0"
DEPENDENCY_SUFFIX = ".dep"
MANIFEST_FILENAME = "manifest.txt"
SUCCESS_STAMP = ".success"
Expand Down
2 changes: 1 addition & 1 deletion makelint/doc/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Changelog
v0.1 series
-----------

v0.1.1
v0.1.0
------

Initial release
Expand Down

0 comments on commit 7046306

Please sign in to comment.