diff --git a/.travis.yml b/.travis.yml index b45f8ec..b309b82 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,6 +5,7 @@ python: install: - pip install -r requirements.txt - pip install pylint flake8 pytest + - cp -R tests/assets/.gramhopper ~/.gramhopper stages: - lint diff --git a/tests/assets/.gramhopper/users.json b/tests/assets/.gramhopper/users.json new file mode 100644 index 0000000..ea93dc3 --- /dev/null +++ b/tests/assets/.gramhopper/users.json @@ -0,0 +1,4 @@ +{ + "dummyuser1": 123456789, + "dummyuser2": 987654321 +} \ No newline at end of file