Skip to content

Commit

Permalink
CI stuff.
Browse files Browse the repository at this point in the history
  • Loading branch information
carsonyl committed Feb 21, 2018
1 parent 440f3fa commit 18dcad4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ environment:
install:
- set PATH="%PYTHON%";"%PYTHON%\\Scripts";%PATH%
- pip install --disable-pip-version-check --user --upgrade pip
- pip install pipenv
- pip install pew pipenv
- pipenv install
- pipenv install --dev
build: off
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ def run_tests(self):
package_data={'': ['LICENSE']},
include_package_data=True,
install_requires=requirements,
python_requires='>=2.7, ~=3.4',
python_requires='>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*',
license="Apache 2.0",
zip_safe=False,
keywords='pypac pac proxy autoconfig requests',
Expand Down

0 comments on commit 18dcad4

Please sign in to comment.