2018-07-12 02:28:05 +00:00
|
|
|
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:
|
2018-08-02 20:29:01 +00:00
|
|
|
- pytest tests/ --no-print-logs
|