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

don't install ujson, it's broken on pypy

parent adc3aca8
No related branches found
No related tags found
No related merge requests found
......@@ -9,7 +9,6 @@ before_script:
- curl -L https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64 > ./cc-test-reporter
- chmod +x ./cc-test-reporter
- ./cc-test-reporter before-build
- pip install --upgrade setuptools pip
- pip install -r requirements.txt
- pip install -U pytest-xdist pytest-cov pytest pytest-forked pluggy py
- python setup.py install
......
......@@ -2,4 +2,3 @@ psutil
pyyaml
toml
requests
ujson
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