better-exceptions/.travis.yml
Josh 096e70d921 Add Travis testing (#20)
* add .travis

* don't add TERM as test case (duh)

* update tests (TERM -> xterm)

* remove support for 2.6

* don't test on 3.3 (has weird ANSI bug)

* add travis badge
2017-03-24 01:56:12 -07:00

23 lines
311 B
YAML

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