Skip to content

Commit bad463d

Browse files
committed
Add Python 2.7 (py27) to Travis
1 parent 8b7b8ce commit bad463d

File tree

1 file changed

+13
-14
lines changed

1 file changed

+13
-14
lines changed

.travis.yml

Lines changed: 13 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,22 @@
11
sudo: required
2+
language: python
3+
services:
4+
- docker
25
jobs:
36
include:
47
- stage:
5-
language: python
6-
services:
7-
docker
88
env:
99
- TOXENV=flake8
10-
before_install: docker build -t axe-selenium-python .
11-
install: skip
12-
script:
13-
- docker run -e TOXENV=$TOXENV axe-selenium-python tox
1410
- stage:
15-
language: python
16-
services:
17-
docker
11+
env: TOXENV=py27
12+
- stage:
1813
env:
1914
- TOXENV=py36
20-
before_install: docker build -t axe-selenium-python .
21-
install: skip
22-
script:
23-
- docker run -e TOXENV=$TOXENV axe-selenium-python tox
15+
cache:
16+
pip: true
17+
before_install: docker build -t axe-selenium-python .
18+
install: skip
19+
script:
20+
- docker run -e TOXENV=$TOXENV axe-selenium-python tox
21+
notifications:
22+
email: fte-ci@mozilla.com

0 commit comments

Comments
 (0)