Skip to content

Commit

Permalink
Added PyPy to tested Python interpreters
Browse files Browse the repository at this point in the history
  • Loading branch information
jchristgit committed Jul 25, 2017
1 parent 41826d2 commit d2346db
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Expand Up @@ -4,11 +4,11 @@ python:
- "3.5"
- "3.6"
- "3.6-dev"
- "3.7-dev"
- "nightly"
- "pypy3"

install:
- python3 setup.py install
- pypy3 setup.py install

cache: pip

Expand Down
3 changes: 2 additions & 1 deletion setup.py
Expand Up @@ -8,11 +8,12 @@

setup(
name="pyflight",
version="0.1.1",
version='0.1.1',
description="A Python Wrapper around Google's QPX Express API",
license="MIT",
author="Volcyy",
packages=find_packages(),
url="https://github.com/Volcyy/pyflight",
install_requires=['aiohttp', 'requests'],
long_description=long_description,
classifiers=[
Expand Down

0 comments on commit d2346db

Please sign in to comment.