try to build on travis
This commit is contained in:
parent
f4bec15d2b
commit
bac4f2270d
2 changed files with 3 additions and 2 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -3,4 +3,5 @@
|
|||
*.pyc
|
||||
*.egg-info
|
||||
.idea
|
||||
.cache
|
||||
.cache
|
||||
/.pypirc
|
||||
|
|
2
setup.py
2
setup.py
|
@ -48,7 +48,7 @@ setup(
|
|||
'Operating System :: POSIX',
|
||||
'Operating System :: MacOS',
|
||||
'Operating System :: Unix',
|
||||
'Operating System :: Windows',
|
||||
# 'Operating System :: Windows',
|
||||
'Programming Language :: Python',
|
||||
'Programming Language :: Python :: 2',
|
||||
'Programming Language :: Python :: 3',
|
||||
|
|
Loading…
Reference in a new issue