try not installing things, use image
This commit is contained in:
parent
a0f2ba5941
commit
6c3238730a
@ -1,7 +1,7 @@
|
|||||||
image: python:2.7
|
image: python:2.7
|
||||||
|
|
||||||
before_script:
|
before_script:
|
||||||
- apt-get update -qq && apt-get install -y -qq python python-pip
|
#- apt-get update -qq && apt-get install -y -qq python python-pip
|
||||||
- python --version
|
- python --version
|
||||||
- pip install -r requirements.txt
|
- pip install -r requirements.txt
|
||||||
|
|
||||||
@ -11,4 +11,4 @@ types:
|
|||||||
job_test:
|
job_test:
|
||||||
type: test
|
type: test
|
||||||
script:
|
script:
|
||||||
- python test.py
|
- python tests.py
|
||||||
|
Loading…
Reference in New Issue
Block a user