Skip to content

Commit e0297d9

Browse files
fix syntax attempt #1
1 parent 32e76ef commit e0297d9

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.travis.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@ language: python
22
python:
33
- "2.7"
44
cache:
5-
pip: true
5+
# pip: true
66
directories:
77
- $TRAVIS_BUILD_DIR/build/docker
88
- $TRAVIS_BUILD_DIR/tmp/pex
99
- $TRAVIS_BUILD_DIR/tmp/pip
1010
services:
1111
- docker
12-
install: 'pip install virtualenv'
12+
install: true
1313
stages:
1414
# - flake8
1515
- build
@@ -24,10 +24,10 @@ stages:
2424
if: branch =~ ^\d+\.\d+\.\d+$ AND tag =~ ^\d+\.\d+\.\d+$
2525
jobs:
2626
include:
27-
- stage: flake8
28-
script:
29-
- pip install flake8
30-
- make flake8
27+
# - stage: flake8
28+
# script:
29+
# - pip install flake8
30+
# - make flake8
3131
- stage: build
3232
script:
3333
- make docker

0 commit comments

Comments
 (0)