Skip to content

Commit

Permalink
PRJ: dont test Python 3.5 as long as pip3 is broken (see pypa/pip#5839)
Browse files Browse the repository at this point in the history
  • Loading branch information
leloup314 committed Oct 5, 2018
1 parent ef443e3 commit 5cb8abb
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
@@ -1,7 +1,7 @@
language: python
python:
- 2.7
- 3.5
#- 3.5

sudo: false

Expand All @@ -22,7 +22,7 @@ install:
- conda install --yes numpy scipy pyyaml matplotlib nose jupyter
# https://stackoverflow.com/questions/52582563/pip-install-attributeerror-distinfodistribution-dep-map
# https://github.com/conda-forge/testpath-feedstock/issues/7
- conda install --yes 'testpath<0.4'
# - conda install --yes 'testpath<0.4'
- conda info -a
- pip install --upgrade pip
- pip install -r requirements.txt
Expand Down

0 comments on commit 5cb8abb

Please sign in to comment.