Skip to content

Commit

Permalink
Pin Python version. (#335)
Browse files Browse the repository at this point in the history
* Pin Python version.

* Fix.
  • Loading branch information
ueshin committed May 15, 2019
1 parent 0acd7c9 commit a831052
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Expand Up @@ -52,10 +52,11 @@ install:
- conda info -a

# Replace dep1 dep2 ... with your dependencies
- conda config --env --add pinned_packages pandas==$PANDAS_VERSION
- conda config --env --add pinned_packages pyarrow==$PYARROW_VERSION
- conda create -c conda-forge -q -n test-environment python=$TRAVIS_PYTHON_VERSION
- conda activate test-environment
- conda config --env --add pinned_packages python=$TRAVIS_PYTHON_VERSION
- conda config --env --add pinned_packages pandas==$PANDAS_VERSION
- conda config --env --add pinned_packages pyarrow==$PYARROW_VERSION
- conda install -c conda-forge --yes codecov
- conda install -c conda-forge --yes --file requirements-dev.txt

Expand Down

0 comments on commit a831052

Please sign in to comment.