better-exceptions/.travis.yml
2021-08-24 18:15:42 +02:00

20 lines
269 B
YAML

language: python
os:
- linux
# - osx # travis doesn't appear to support python on OSX as of right now...
python:
- '3.6'
- '3.7'
- '3.8'
- '3.9'
- 'nightly'
install:
- pip install -e .
script:
- ./test_all.sh
addons:
apt:
packages:
- expect