Show More
@@ -34,11 +34,6 b' before_install:' | |||
|
34 | 34 | install: |
|
35 | 35 | - pip install pip --upgrade |
|
36 | 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 | 37 | - pip install -e file://$PWD#egg=ipython[test] --upgrade |
|
43 | 38 | - pip install trio curio --upgrade --upgrade-strategy eager |
|
44 | 39 | - pip install 'pytest' 'matplotlib !=3.2.0' |
@@ -73,9 +68,6 b' after_success:' | |||
|
73 | 68 | matrix: |
|
74 | 69 | include: |
|
75 | 70 | - arch: amd64 |
|
76 | python: "3.6" | |
|
77 | dist: xenial | |
|
78 | - arch: amd64 | |
|
79 | 71 | python: "3.7" |
|
80 | 72 | dist: xenial |
|
81 | 73 | - arch: amd64 |
General Comments 0
You need to be logged in to leave comments.
Login now