Compare commits
8 Commits
0ef9b3294a
...
0244f53e2e
Author | SHA1 | Date |
---|---|---|
|
0244f53e2e | 7 months ago |
|
1625d56345 | 7 months ago |
|
63e770d29e | 7 months ago |
|
bfd3e08661 | 7 months ago |
|
490fe02245 | 7 months ago |
|
d6d904c774 | 7 months ago |
|
0a36688a4b | 8 months ago |
|
955f8091da | 1 year ago |
@ -1,19 +0,0 @@
|
||||
language: python
|
||||
matrix:
|
||||
include:
|
||||
- python: "2.7"
|
||||
arch: ppc64le
|
||||
- python: "3.6"
|
||||
arch: ppc64le
|
||||
- python: "3.7"
|
||||
arch: ppc64le
|
||||
- python: "3.8"
|
||||
arch: ppc64le
|
||||
- python: "3.9"
|
||||
arch: ppc64le
|
||||
install:
|
||||
- python -m pip install tox
|
||||
before_script:
|
||||
- export TOXENV=$(echo py$TRAVIS_PYTHON_VERSION | tr -d .)
|
||||
script:
|
||||
- python -m tox
|
Loading…
Reference in New Issue