Skip to content
Snippets Groups Projects
Commit 67b1ee4a authored by Piotr Maślanka's avatar Piotr Maślanka
Browse files

fix travis

parent 578d4e8f
No related branches found
No related tags found
No related merge requests found
language: python language: python
stages:
- name: test
- name: deploy
if: tag is present
cache: pip cache: pip
before_script: before_script:
- curl -L https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64 > ./cc-test-reporter - curl -L https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64 > ./cc-test-reporter
...@@ -13,6 +8,7 @@ before_script: ...@@ -13,6 +8,7 @@ before_script:
- pip install -r requirements.txt - pip install -r requirements.txt
- pip install -U pytest-xdist pytest-cov pytest pytest-forked pluggy py mock - pip install -U pytest-xdist pytest-cov pytest pytest-forked pluggy py mock
- python setup.py install - python setup.py install
- rm -rf minijson
jobs: jobs:
include: include:
- stage: test - stage: test
...@@ -23,9 +19,5 @@ jobs: ...@@ -23,9 +19,5 @@ jobs:
after_script: after_script:
- coverage xml - coverage xml
- ./cc-test-reporter after-build -t coverage.py --exit-code $TRAVIS_TEST_RESULT - ./cc-test-reporter after-build -t coverage.py --exit-code $TRAVIS_TEST_RESULT
- stage: test
python: "pypy3.5"
script:
- pytest -n 8
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment