Skip to content
This repository was archived by the owner on Oct 12, 2024. It is now read-only.

Conversation

devkral
Copy link
Contributor

@devkral devkral commented Jun 7, 2018

Fixed:

  • add setup.py shebang
  • fix tests

Fix ok?

.travis.yml Outdated
exclude:
- env: DJANGO="<2.1"
python: 2.7
- env: DJANGO="<2.2"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This exclude won't do anything.

.travis.yml Outdated
- DJANGO="<1.6" LOCALFLAVOR=django-localflavor
- DJANGO="<1.7"
- DJANGO="<1.7" LOCALFLAVOR=django-localflavor
- DJANGO="<1.12"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should probably use ">=1.11,<2".

@@ -1,3 +1,4 @@
Django>=1.4
Django>=1.11
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should remove this since it's handled by the travis config.

@davidism
Copy link
Member

davidism commented Jun 7, 2018

I typically don't make setup.py executable, but that's up to you.

@davidism
Copy link
Member

davidism commented Jun 8, 2018

Rebased and cleaned up. Dropped runtests.py in favor of pytest.

With env: DJANGO="master", you end up with pip install Djangomaster, which isn't correct. Testing against master is easier with tox (see Flask's config for an example) although I wouldn't worry about it right now.

@davidism davidism merged commit d4ba7fc into pallets-eco:master Jun 8, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants