Skip to content

Commit

Permalink
try to reduce log size for travis
Browse files Browse the repository at this point in the history
  • Loading branch information
alimanfoo committed Jan 31, 2017
1 parent 1302179 commit 9c64950
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@ install:
- conda create -q -n test-environment python=$TRAVIS_PYTHON_VERSION
- source activate test-environment
- conda clean --lock
- conda install --yes gcc
- conda install --yes --file=conda_package_list.txt
- conda install -q --yes gcc
- conda install -q --yes --file=conda_package_list.txt
- pip install --no-cache-dir -r pypi_package_list.txt

script:
# run scikit-allel test suite to verify dependencies are good
- export PYTHONHASHSEED=42
- nosetests allel -v --exclude=from_gff3
- nosetests allel --exclude=from_gff3

0 comments on commit 9c64950

Please sign in to comment.