We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e3a587 commit 69f00c4Copy full SHA for 69f00c4
.travis.yml
@@ -8,11 +8,11 @@ jobs:
8
- python: "3.6"
9
- python: "3.7"
10
- python: "3.8"
11
- - language: c
+ - python: "3.7"
12
arch: arm64
13
14
arch: ppc64le
15
16
arch: s390x
17
18
env: LINTER=1
@@ -24,7 +24,6 @@ notifications:
24
email: false
25
26
before_install:
27
- - if [ "$(uname -m)" != "x86_64" ]; then sudo apt-get install -y python3-pip python3-venv && python3 -m venv ./.venv && source ./.venv/bin/activate; fi
28
- pip install --upgrade pip setuptools
29
30
install:
0 commit comments