1
0
Fork 0
mirror of synced 2024-06-19 23:41:10 -04:00
dotbot/.travis.yml
Benjamin Chrétien 07a26a843e Add Travis CI support
The test suite has been slightly modified to allow running tests without
Vagrant on Travis.
2016-01-16 17:34:52 +09:00

11 lines
108 B
YAML

language: python
python:
- "2.7"
- "3.2"
- "3.3"
- "3.4"
- "3.5"
script:
- ./.travis/run_tests