Skip to content

Commit

Permalink
Allow higher versions
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-janssen authored May 14, 2020
1 parent 57eb434 commit fd7e6d4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ matrix:
- conda info -a
- conda config --set always_yes yes --set changeps1 no
- conda update -q conda
- conda install -y -c conda-forge python=${PYTHONVER} coverage defusedxml=0.5.0 pandas=0.24.2 pyyaml=5.1.2 jinja2=2.10.1 paramiko=2.4.2 tqdm=4.35.0
- conda install -y -c conda-forge python=${PYTHONVER} coverage "defusedxml>=0.5.0" "pandas>=0.24.2" "pyyaml>=5.1.2" "jinja2>=2.10.1" "paramiko>=2.4.2" "tqdm>=4.35.0"
- pip install --pre .
script:
- coverage run -m unittest discover tests
Expand Down Expand Up @@ -63,7 +63,7 @@ matrix:
- conda info -a
- conda config --set always_yes yes --set changeps1 no
- conda update -q conda
- conda install -y -c conda-forge python=${PYTHONVER} coverage defusedxml=0.5.0 pandas=0.24.2 pyyaml=5.1.2 jinja2=2.10.1 paramiko=2.4.2 tqdm=4.35.0
- conda install -y -c conda-forge python=${PYTHONVER} coverage "defusedxml>=0.5.0" "pandas>=0.24.2" "pyyaml>=5.1.2" "jinja2>=2.10.1" "paramiko>=2.4.2" "tqdm>=4.35.0"
- pip install --pre .
script:
- coverage run -m unittest discover tests
Expand Down

0 comments on commit fd7e6d4

Please sign in to comment.