try not installing things, use image
This commit is contained in:
parent
a0f2ba5941
commit
6c3238730a
@ -1,7 +1,7 @@
|
||||
image: python:2.7
|
||||
|
||||
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
|
||||
- pip install -r requirements.txt
|
||||
|
||||
@ -11,4 +11,4 @@ types:
|
||||
job_test:
|
||||
type: test
|
||||
script:
|
||||
- python test.py
|
||||
- python tests.py
|
||||
|
Loading…
Reference in New Issue
Block a user