Show More
@@ -34,11 +34,6 b' before_install:' | |||||
34 | install: |
|
34 | install: | |
35 | - pip install pip --upgrade |
|
35 | - pip install pip --upgrade | |
36 | - pip install setuptools --upgrade |
|
36 | - pip install setuptools --upgrade | |
37 | - if [[ "$TRAVIS_PYTHON_VERSION" == "3.6" ]]; then |
|
|||
38 | echo "for the time being still test on 3.6"; |
|
|||
39 | sed -ibkp s/7/6/g setup.py; |
|
|||
40 | git diff; |
|
|||
41 | fi |
|
|||
42 | - pip install -e file://$PWD#egg=ipython[test] --upgrade |
|
37 | - pip install -e file://$PWD#egg=ipython[test] --upgrade | |
43 | - pip install trio curio --upgrade --upgrade-strategy eager |
|
38 | - pip install trio curio --upgrade --upgrade-strategy eager | |
44 | - pip install 'pytest' 'matplotlib !=3.2.0' |
|
39 | - pip install 'pytest' 'matplotlib !=3.2.0' | |
@@ -73,9 +68,6 b' after_success:' | |||||
73 | matrix: |
|
68 | matrix: | |
74 | include: |
|
69 | include: | |
75 | - arch: amd64 |
|
70 | - arch: amd64 | |
76 | python: "3.6" |
|
|||
77 | dist: xenial |
|
|||
78 | - arch: amd64 |
|
|||
79 | python: "3.7" |
|
71 | python: "3.7" | |
80 | dist: xenial |
|
72 | dist: xenial | |
81 | - arch: amd64 |
|
73 | - arch: amd64 |
General Comments 0
You need to be logged in to leave comments.
Login now