diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..e569571 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,13 @@ +language: python +python: + - '3.6' + # setup.py reading README breaks this? + # - pypy + # - nightly + +install: + - cd $TRAVIS_BUILD_DIR + - pip install . -r requirements-test.txt + +script: + - pytest tests/