Skip to content

Commit

Permalink
Pin pytest-ordering ONLY in Travis not AppVeyor
Browse files Browse the repository at this point in the history
  • Loading branch information
jnsebgosselin committed Dec 12, 2018
1 parent 8384aec commit 7f23b2d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ before_install:

install:
- python -m pip install -r requirements-dev.txt
- python -m pip install pytest-ordering==0.5.*
- sudo apt-get install cython3
- sudo apt-get install libhdf5-dev
- python setup.py build_ext --inplace
Expand Down
2 changes: 1 addition & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ pytest-qt
pytest-xvfb
pytest-mock
pytest-cov
pytest-ordering==0.5.*
pytest-ordering
flaky
codecov

0 comments on commit 7f23b2d

Please sign in to comment.