Skip to content

Commit

Permalink
Merge pull request #50 from unt-libraries/drop-1.6
Browse files Browse the repository at this point in the history
Drop Django 1.6
  • Loading branch information
damonkelley committed Oct 30, 2015
2 parents c8c5088 + 9f5df59 commit 4539f4b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ language: python
sudo: false
python: 2.7
env:
- TOX_ENV=py27-django16
- TOX_ENV=py27-django17
- TOX_ENV=py27-django18
- TOX_ENV=py27-djangomaster
Expand Down
2 changes: 1 addition & 1 deletion requirements/dev.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Django~=1.6.0
Django~=1.8.0
4 changes: 2 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -10,19 +10,19 @@ max-line-length = 99

[tox]
envlist=
py27-django{16,17,18}
py27-django{17,18}
flake8

[testenv]
deps =
-rrequirements/base.txt
-rrequirements/test.txt
django16: Django~=1.6.0
django17: Django~=1.7.0
django18: Django~=1.8.0
djangomaster: https://github.com/django/django/archive/master.tar.gz
commands = py.test

[testenv:flake8]
skip_install = True
deps= flake8
commands= flake8 setup.py premis_event_service tests

0 comments on commit 4539f4b

Please sign in to comment.