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

fix travis

parent 065baad9
No related branches found
No related tags found
No related merge requests found
......@@ -6,8 +6,8 @@ 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 -U Cython satella snakehouse nose2 coverage
- pip install -r requirements.txt
- pip install -U nose2 coverage Cython satella snakehouse
- python setup.py build_ext --inplace
jobs:
include:
......
......@@ -91,7 +91,7 @@ class TestSeries(unittest.TestCase):
def test_disable_enable_mmap(self):
from tempsdb.series import create_series
series = create_series('test', 'test', 1, 10)
series = create_series('test-mmap', 'test-mmap', 1, 10)
start, ts = 127, 100
for i in range(20):
series.append(ts, bytes(bytearray([start])))
......
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