Skip to content

Commit

Permalink
Updated Python versions on Travis.
Browse files Browse the repository at this point in the history
  • Loading branch information
illagrenan committed May 31, 2017
1 parent 1ab8b09 commit 6204830
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 6 deletions.
15 changes: 9 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,15 @@
language: python
sudo: false
python:
- 2.7
- 3.4
- "3.5-dev" # 3.5 development branch
- "3.6-dev" # 3.6 development branch
- "nightly" # currently points to 3.7-dev
- pypy
- "2.7"
- "3.4"
- "3.5"
- "3.5-dev" # 3.5 development branch
- "3.6"
- "3.6-dev" # 3.6 development branch
- "3.7-dev" # 3.7 development branch
- "nightly" # currently points to 3.7-dev
- "pypy"
env:
- DJANGO="Django<1.9" # Django 1.8.x (LTS version) | 2.7, 3.2 (until the end of 2016), 3.3, 3.4, 3.5
- DJANGO="Django<1.10" # Django 1.9.x | 2.7, 3.4, 3.5
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
packages=['ares_util'],
install_requires=['xmltodict', 'requests'],
include_package_data=True,
zip_safe=True,
classifiers=[
'License :: OSI Approved :: MIT License',
'Development Status :: 3 - Alpha',
Expand Down

0 comments on commit 6204830

Please sign in to comment.