Compare commits

...

1 commit

Author SHA1 Message Date
Simon Willison
ebaba14f5c
Try running the test against Python 2.7 2018-08-02 09:49:16 -07:00

View file

@ -4,6 +4,7 @@ language: python
python: python:
- "3.6" - "3.6"
- "3.7-dev" - "3.7-dev"
- "2.7"
script: script:
- pip install -U pip wheel - pip install -U pip wheel