blob: 39a9bc0c61be592af4821f7cf4d2d452c3bc4850 [file] [log] [blame]
language: python
python:
- "2.6"
- "2.7"
- "3.3"
- "3.4"
- "3.5"
- "3.6"
- "pypy"
notifications:
email: false
addons:
apt:
packages:
- golang
before_install:
- export GOPATH=~/go
- go get github.com/uiri/toml-test
install:
- python setup.py install
- chmod +x ./tests/*.sh
script:
- ~/go/bin/toml-test ./tests/decoding_test.sh