Skip to content

Commit

Permalink
travis 3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
thehappydinoa committed Jul 19, 2018
1 parent 0044fa8 commit 833ae4c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ python:
- "pypy"
- "pypy3"
install:
- pip install -U pytest setuptools
- python setup.py install
- pip install pytest
script:
- pytest
1 change: 1 addition & 0 deletions dev-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
twine
pytest
setuptools
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

setup(
name='itachip2ir',
version='1.3.4',
version='1.3.5',
description='A small Python module for interacting with the Global Cache iTach WF2IR or IP2IR',
long_description=long_description,
url='https://github.com/thehappydinoa/itachip2ir',
Expand Down Expand Up @@ -46,6 +46,6 @@
'Bug Reports': 'https://github.com/thehappydinoa/itachip2ir/issues',
'Say Thanks!': 'http://saythanks.io/to/thehappydinoa',
'Contribute!': 'https://github.com/thehappydinoa/itachip2ir/pulls',
'Follow Me!': 'https://twitter.com/thehappydinoa/'
'Follow Me!': 'https://twitter.com/thehappydinoa/',
}
)

0 comments on commit 833ae4c

Please sign in to comment.