Skip to content

Commit

Permalink
Merge 0db4428 into d81c392
Browse files Browse the repository at this point in the history
  • Loading branch information
jpgill86 committed Jul 20, 2019
2 parents d81c392 + 0db4428 commit f67e655
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Expand Up @@ -39,7 +39,8 @@ install:
- conda config --add channels conda-forge
- conda create -q -n test-environment python=$TRAVIS_PYTHON_VERSION
- echo "INSTALLING REQS FOR NEUROTIC"
- conda env update -q -n test-environment -f environment.yml
- sed "/- python[>]*=/d" environment.yml > environment-without-python-spec.yml
- conda env update -q -n test-environment -f environment-without-python-spec.yml
- source activate test-environment
- echo "INSTALLING REQS FOR THIS JOB"
- pip install -r ${JOB_REQS};
Expand All @@ -51,6 +52,7 @@ install:
before_script:
# list versions
- python --version
- python -c "import os, sys; assert sys.version_info[:2] == tuple(map(int, os.environ['TRAVIS_PYTHON_VERSION'].split('.')))[:2]"
- pip -V
- pip list
- conda list
Expand Down

0 comments on commit f67e655

Please sign in to comment.