Skip to content

Commit

Permalink
Upgraded Python and Django versions. (#6)
Browse files Browse the repository at this point in the history
We now only build 2.7 and 3.4 on Django 1.8 or 1.9, as they are the
current supported versions.
  • Loading branch information
mxsasha committed May 20, 2016
1 parent a2cc5f0 commit e495a57
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 6 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Expand Up @@ -3,9 +3,8 @@
language: python

python:
- "3.3"
- "3.4"
- "2.7"
- "2.6"

# command to install dependencies, e.g. pip install -r requirements.txt --use-mirrors
install: pip install -r requirements-test.txt
Expand Down
2 changes: 1 addition & 1 deletion requirements-test.txt
@@ -1,4 +1,4 @@
django>=1.5.1
django>=1.8.13
coverage
coveralls
mock>=1.0.1
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
@@ -1,3 +1,3 @@
django>=1.5.1
django>=1.8.13
wheel==0.22.0
netaddr>=0.7.10
2 changes: 0 additions & 2 deletions setup.py
Expand Up @@ -48,10 +48,8 @@
'License :: OSI Approved :: BSD License',
'Natural Language :: English',
'Programming Language :: Python :: 2',
'Programming Language :: Python :: 2.6',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.3',
'Programming Language :: Python :: 3.4',
],
)

0 comments on commit e495a57

Please sign in to comment.