From bac4f2270d4b4bd6c64309da0a811c194dc13081 Mon Sep 17 00:00:00 2001 From: Freddy Tan Date: Sat, 19 Nov 2016 19:17:08 +0800 Subject: [PATCH] try to build on travis --- .gitignore | 3 ++- setup.py | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 09f993d..9bdd69e 100644 --- a/.gitignore +++ b/.gitignore @@ -3,4 +3,5 @@ *.pyc *.egg-info .idea -.cache \ No newline at end of file +.cache +/.pypirc diff --git a/setup.py b/setup.py index 1a847dd..32173c5 100644 --- a/setup.py +++ b/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',