Skip to content

Commit a7c1fdd

Browse files
committed
reinstate tests
Signed-off-by: Chris Snow <[email protected]>
1 parent 6917178 commit a7c1fdd

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.travis.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
language: python
22
python:
33
- "2.7"
4-
#- "3.5"
5-
#- "3.6"
6-
#- "3.7"
7-
#- "3.8"
8-
#- "3.9-dev"
4+
- "3.5"
5+
- "3.6"
6+
- "3.7"
7+
- "3.8"
8+
- "3.9-dev"
99
install:
1010
- pip install tox-travis
1111
- pip install python-coveralls
@@ -23,14 +23,14 @@ after_success:
2323

2424
jobs:
2525
include:
26-
- stage: flake8code
26+
- stage: flake8_code
2727
name: "Flake8 code checks"
2828
python: 3.8
2929
install:
3030
- pip3 install flake8 flake8-per-file-ignores
3131
script:
3232
- flake8 bin/ hpecp/ tests/
33-
- stage: flake8docs
33+
- stage: flake8_docs
3434
name: "Flake8 doc checks"
3535
python: 3.8
3636
install:

0 commit comments

Comments
 (0)