try not installing things, use image

This commit is contained in:
Tyrel Souza 2016-04-07 09:58:02 -04:00
parent a0f2ba5941
commit 6c3238730a
No known key found for this signature in database
GPG Key ID: 2EECB5087209E6A5
1 changed files with 2 additions and 2 deletions

View File

@ -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