We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0364a0b + ca65fb1 commit b1d7c87Copy full SHA for b1d7c87
.travis.yml
@@ -10,7 +10,7 @@ before_install:
10
# Update conda itself
11
- conda update --yes conda
12
install:
13
- - conda create --yes -n env_name python=$PYTHON_VERSION pip nose pep8 openpyxl=1.8.2
+ - conda create --yes -n env_name python=$PYTHON_VERSION pip nose pep8 openpyxl=1.8.2 pandas
14
- source activate env_name
15
- pip
16
- pip install coveralls
0 commit comments