Skip to content

Commit

Permalink
revert setup-tests + pip freeze travis
Browse files Browse the repository at this point in the history
  • Loading branch information
fmigneault committed Mar 26, 2019
1 parent 2c21d4c commit 238c043
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
Expand Up @@ -56,6 +56,7 @@ install:
fi
- make install install-dev
- make version
- ${CONDA_PREFIX}/bin/pip freeze
before_script:
- psql -c 'create database magpie;' -U postgres
- echo $CONDA_PREFIX
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -93,7 +93,7 @@ def _parse_requirements(file_path, requirements, links):
# test_suite='nose.collector',
# test_suite='tests.test_runner',
# test_loader='tests.test_runner:run_suite',
# test_suite='tests',
test_suite='tests',
tests_require=TEST_REQUIREMENTS,

# -- script entry points -----------------------------------------------
Expand Down

0 comments on commit 238c043

Please sign in to comment.