Skip to content

Commit 3e7318e

Browse files
committed
Merge branch '0.1-maintenance'
[changelog skip]
2 parents 0afdf5b + 2dd14e0 commit 3e7318e

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ language: python
22
python: [2.7, 3.4, 3.5, 3.6]
33
install:
44
- pip install tox-travis
5-
- mkdir "$HOME/bin"
5+
- mkdir -p "$HOME/bin"
66
script:
77
- tox -e devruntime
88
- tox

tox.ini

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ skipsdist = true
55
[testenv]
66
skip_install = true
77
commands =
8+
; FIXME: the following command should be removed when
9+
; https://github.com/tholo/pytest-flake8/pull/35 is merged:
10+
pip install git+git://github.com/jezdez/pytest-flake8.git@flake8-3.5.0
11+
812
pip install -f {distdir} -e .[tests]
913
pytest -v
1014

0 commit comments

Comments
 (0)