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 ea2c573 + fe22051 commit ca65fb1Copy full SHA for ca65fb1
.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