Skip to content

Commit

Permalink
remove pytest-xdist, because of error within travis
Browse files Browse the repository at this point in the history
  • Loading branch information
gitmirgut committed Apr 8, 2017
1 parent 9425a13 commit b74c121
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ install:
- conda create -q -n test-environment python=$TRAVIS_PYTHON_VERSION numpy
- source activate test-environment
- conda install -q -c https://conda.binstar.org/menpo opencv3
- pip install --upgrade pytest pytest-benchmark pytest-cov pytest-xdist pytest-flake8
- pip install --upgrade pytest pytest-benchmark pytest-cov pytest-flake8
- pip install --upgrade coveralls sphinx_rtd_theme python-coveralls
- pip install -r requirements.txt
- pip install -e .
Expand Down

0 comments on commit b74c121

Please sign in to comment.