Skip to content

Commit

Permalink
Attempt 3 to install numpy before rasterio during tests. Closes again #…
Browse files Browse the repository at this point in the history
  • Loading branch information
alexamici committed Apr 2, 2016
1 parent f1f80b2 commit 5082c38
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ env:
install:
- pip install tox
- pip install coveralls
- pip install numpy==1.11.0
script: tox -e $TOX_ENV
after_success:
- if [[ $TOX_ENV == "quality-check" ]]; then
Expand Down
3 changes: 0 additions & 3 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,12 @@ envlist = docs, py27, py33, py34, py35, quality-check

[testenv]
deps =
-r{toxinidir}/requirements-setup.txt
-r{toxinidir}/requirements.txt
-r{toxinidir}/requirements-tests.txt
commands = py.test {posargs:tests}

[testenv:docs]
deps =
-r{toxinidir}/requirements-setup.txt
-r{toxinidir}/requirements.txt
-r{toxinidir}/requirements-docs.txt
commands = sphinx-build -W -b html docs docs/html
Expand All @@ -21,7 +19,6 @@ commands = sphinx-build -W -b html docs docs/html
usedevelop = true
basepython = python2.7
deps =
-r{toxinidir}/requirements-setup.txt
-r{toxinidir}/requirements.txt
-r{toxinidir}/requirements-tests.txt
commands = py.test --pep8 --flakes --mccabe --cov=elevation --cov-report= --cache-clear {posargs}

0 comments on commit 5082c38

Please sign in to comment.