Skip to content

Commit

Permalink
Merge pull request #6 from autonomio/add-minimal-test
Browse files Browse the repository at this point in the history
Update test-ci.py
  • Loading branch information
mikkokotila authored Nov 18, 2020
2 parents cdb3248 + ebbb510 commit 6a28176
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
URL = 'http://mikkokotila.com'
LICENSE = 'MIT'
DOWNLOAD_URL = 'https://github.com/autonomio/kerasplotlib'
VERSION = '0.1.6'
VERSION = '0.2.0'

try:
from setuptools import setup
Expand Down
5 changes: 3 additions & 2 deletions test-ci.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
if 1 + 2 == 3:
pass
#!/usr/bin/env python3

import kerasplotlib

0 comments on commit 6a28176

Please sign in to comment.