Skip to content

Commit

Permalink
Install S3 dependencies in CI
Browse files Browse the repository at this point in the history
Enables the testing of the S3 persister during CI.
  • Loading branch information
ottonemo committed Sep 20, 2019
1 parent 25d51b2 commit 5901fe9
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 @@ -23,7 +23,7 @@ install:
- conda install -q python=$TRAVIS_PYTHON_VERSION
- pip install -r requirements.txt -r requirements-dev.txt
- pip install pandas==0.23.4 # for rpy2 compatibility
- pip install -e .[docs,testing]
- pip install -e .[docs,testing,S3]
script:
- travis_wait py.test --runslow
deploy:
Expand Down

0 comments on commit 5901fe9

Please sign in to comment.