Skip to content

Commit

Permalink
Merge ee43bfe into 0fd39cf
Browse files Browse the repository at this point in the history
  • Loading branch information
mschmidt87 committed Apr 20, 2018
2 parents 0fd39cf + ee43bfe commit ad085ab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Expand Up @@ -15,12 +15,12 @@ before_install:
- source activate myenv
- pip install --upgrade pip
install:
- conda install --yes python=$TRAVIS_PYTHON_VERSION numpy nose h5py
- conda install --yes python=$TRAVIS_PYTHON_VERSION numpy
- pip install --upgrade quantities future
- pip install pytest pytest-cov coveralls
- pip install h5py_wrapper
script:
- pytest
- pytest --cov=dicthash
after_success:
- coveralls

0 comments on commit ad085ab

Please sign in to comment.