Skip to content

Commit

Permalink
Fix travis setup for decorator requirement.
Browse files Browse the repository at this point in the history
  • Loading branch information
asford committed Feb 14, 2018
1 parent 205d40f commit e4e24b4
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 update conda

# Install dependencies
- conda create -n test python=$TRAVIS_PYTHON_VERSION pytest requests pandas
- conda create -n test python=$TRAVIS_PYTHON_VERSION pytest requests pandas decorator
- source activate test
- conda install -c conda-forge google-auth google-auth-oauthlib
- pip install vcrpy fusepy
Expand Down

0 comments on commit e4e24b4

Please sign in to comment.