Skip to content

Commit

Permalink
Unfreeze sqlalchemy
Browse files Browse the repository at this point in the history
  • Loading branch information
cpcloud committed May 12, 2015
1 parent 94583ef commit 56a1ec3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -31,7 +31,7 @@ install:
- conda update conda

# Install dependencies
- conda create -n test-environment python=$TRAVIS_PYTHON_VERSION pytest numpy 'sqlalchemy==1.0.3' 'pandas==0.16.0' h5py pip flask requests pytables cython bcolz xlrd coverage psutil networkx numba
- conda create -n test-environment python=$TRAVIS_PYTHON_VERSION pytest numpy sqlalchemy pandas=0.16.0 h5py pip flask requests pytables cython bcolz xlrd coverage psutil networkx numba
- source activate test-environment

- if [[ $TRAVIS_PYTHON_VERSION == '2.6' ]]; then conda install unittest2; pip install unicodecsv; fi
Expand Down

0 comments on commit 56a1ec3

Please sign in to comment.