Skip to content

Commit

Permalink
Update tox.ini - deps
Browse files Browse the repository at this point in the history
  • Loading branch information
elben10 committed Jun 12, 2018
1 parent 9ca1adc commit 792fb70
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .travis-osx
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# Perform the manual steps on osx to install python3 and activate an environment
brew update
brew upgrade python
rm /usr/local/bin/python
ln -s python3 /usr/local/bin/python
ln -fs pip3 /usr/local/bin/pip
6 changes: 5 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,11 @@ description = run the tests with pytest under {basepython}
setenv = PIP_DISABLE_VERSION_CHECK = 1
COVERAGE_FILE = {toxworkdir}/.coverage.{envname}
passenv = http_proxy https_proxy no_proxy SSL_CERT_FILE TOXENV CI TRAVIS TRAVIS_* APPVEYOR APPVEYOR_* CODECOV_*
deps = -rrequirements_dev.txt
deps = pandas
pytest
pytest-cov
cerberus
requests
extras = testing
changedir = {toxinidir}/tests
commands = pytest {posargs:--cov="pydst" --cov-config="{toxinidir}/tox.ini"}
Expand Down

0 comments on commit 792fb70

Please sign in to comment.