diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 00000000..d0393216 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,10 @@ +language: python +python: + - "2.7" +install: + - pip install -r test_requirements.txt --use-mirrors + - pip install flake8 --use-mirrors + - pip install -q . --use-mirrors +before_script: + - flake8 setup.py akanda +script: nosetests -d \ No newline at end of file