Skip to content
This repository has been archived by the owner on Nov 29, 2023. It is now read-only.

Commit

Permalink
Update requirements config.
Browse files Browse the repository at this point in the history
  • Loading branch information
sjdines committed Mar 21, 2017
1 parent 864e78d commit caab1be
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 8 deletions.
6 changes: 0 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,6 @@

language: python

python:
- "3.5"
- "3.4"
- "3.3"
- "2.7"

before_install:
- pip install codecov tox

Expand Down
1 change: 0 additions & 1 deletion requirements-test.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
django>=1.8.0
coverage
mock>=1.0.1
flake8>=2.1.0
Expand Down
2 changes: 1 addition & 1 deletion runtests.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
except ImportError:
import traceback
traceback.print_exc()
raise ImportError("To fix this error, run: pip install -r requirements-test.txt")
raise ImportError("To fix this error, run: pip install -r requirements-test.txt Django")


def run_tests(*test_args):
Expand Down

0 comments on commit caab1be

Please sign in to comment.