Remove shm hack.

master
Jelmer Vernooij 5 years ago
parent b3ae160cff
commit 78997f4910
No known key found for this signature in database
GPG Key ID: 579C160D4C9E23E8

@ -15,7 +15,6 @@ matrix:
install: install:
- pip install -U pip - pip install -U pip
- pip install flake8 tox - pip install flake8 tox
- sudo rm -rf /dev/shm && sudo ln -s /run/shm /dev/shm
script: script:
- tox -e $TOX_ENV - tox -e $TOX_ENV
- make flakes - make flakes

Loading…
Cancel
Save