see if that works

Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
This commit is contained in:
2018-03-04 16:31:07 -05:00
parent 6ecc64fbd0
commit d0e2e218f9
2 changed files with 8 additions and 0 deletions
+1
View File
@@ -1,4 +1,5 @@
sudo: required
dist: trusty
cache: pip
language: python
python:
+7
View File
@@ -3,8 +3,15 @@
PYPI_VENDOR_DIR="$(pwd)/tests/pypi/"
export PYPI_VENDOR_DIR
if [[ ! "$TEST_SUITE" ]]; then
TEST_SUITE = ""
fi
RAM_DISK="/media/ramdisk"
export RAM_DISK
sudo mkdir -p "$RAM_DISK"
sudo mount -t tmpfs -o size=2048M tmpfs "$RAM_DISK"
pytest -n 8 tests -m "$TEST_SUITE"