Skip to content

Commit

Permalink
Merge pull request #269 from ThomasWaldmann/upgrades
Browse files Browse the repository at this point in the history
travis: drop py33, pip: remove --use-mirrors
  • Loading branch information
ThomasWaldmann committed Aug 13, 2016
2 parents aa6b081 + 5577790 commit be3253c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
7 changes: 3 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ language: python
python:
- "2.7"
- "pypy"
- "3.3"
- "3.4"
- "3.5"
env:
Expand All @@ -23,9 +22,9 @@ matrix:
- python: "2.7"
env: DJANGO=1.8.1 COVERAGE="coverage run -m" TEST_K="" TEST_OPTS="--pep8"
install:
- "pip install --use-mirrors Django==$DJANGO"
- "pip install --use-mirrors -r requirements.d/travis.txt"
- "pip install --use-mirrors -e ."
- "pip install Django==$DJANGO"
- "pip install -r requirements.d/travis.txt"
- "pip install -e ."
script: $COVERAGE py.test $TEST_OPTS -k "$TEST_K" -m "not requires_sequential"
after_success:
- coveralls
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,8 @@
'Programming Language :: Python :: 2',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.3',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Topic :: Internet :: Name Service (DNS)',
],
)

0 comments on commit be3253c

Please sign in to comment.