Skip to content

Commit

Permalink
Merge pull request #237 from martindurant/rtd
Browse files Browse the repository at this point in the history
Update rtd deps
  • Loading branch information
martindurant committed Oct 10, 2017
2 parents 9ed5544 + 1830235 commit dc9f389
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ install:
# Install dependencies
- conda create -n test python=$TRAVIS_PYTHON_VERSION pytest
- source activate test
- conda install -c conda-forge thriftpy python-snappy
- conda install -c conda-forge thrift python-snappy
- conda install numpy pandas numba cython setuptools
- pip install bson

Expand Down
3 changes: 1 addition & 2 deletions docs/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@ dependencies:
- numba
- pandas
- numpy
- thriftpy>=0.3.6
- thrift
- numpydoc
- python=3
- pytest
- cython

0 comments on commit dc9f389

Please sign in to comment.