Skip to content

Commit

Permalink
matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
bee-keeper committed Feb 3, 2018
1 parent 6245b67 commit cb92917
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ cache:

install:
- pip install --upgrade pip wheel setuptools
- pip install coveralls tox flake8
- pip install tox coveralls

branches:
- devel
Expand Down
6 changes: 3 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
mock>=1.3.0
coverage>=3.7.1
freezegun>=0.3.5
pytest==3.0.7
pytest-django==3.1.2
pytest-cov==2.4.0
pytest>=3.0.7
pytest-django>=3.1.2
pytest-cov>=2.4.0
7 changes: 2 additions & 5 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,6 @@ commands =
coverage report

[testenv:flake8]
basepython=python
skip_install = True
deps=flake8
commands=flake8 invitations

[flake8]
exclude = invitations/migrations/*
commands=flake8 invitations --exclude=migrations

0 comments on commit cb92917

Please sign in to comment.