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 6917178 commit a7c1fddCopy full SHA for a7c1fdd
.travis.yml
@@ -1,11 +1,11 @@
1
language: python
2
python:
3
- "2.7"
4
- #- "3.5"
5
- #- "3.6"
6
- #- "3.7"
7
- #- "3.8"
8
- #- "3.9-dev"
+ - "3.5"
+ - "3.6"
+ - "3.7"
+ - "3.8"
+ - "3.9-dev"
9
install:
10
- pip install tox-travis
11
- pip install python-coveralls
@@ -23,14 +23,14 @@ after_success:
23
24
jobs:
25
include:
26
- - stage: flake8code
+ - stage: flake8_code
27
name: "Flake8 code checks"
28
python: 3.8
29
30
- pip3 install flake8 flake8-per-file-ignores
31
script:
32
- flake8 bin/ hpecp/ tests/
33
- - stage: flake8docs
+ - stage: flake8_docs
34
name: "Flake8 doc checks"
35
36
0 commit comments