07a26a843e
The test suite has been slightly modified to allow running tests without Vagrant on Travis.
10 lines
108 B
YAML
10 lines
108 B
YAML
language: python
|
|
python:
|
|
- "2.7"
|
|
- "3.2"
|
|
- "3.3"
|
|
- "3.4"
|
|
- "3.5"
|
|
|
|
script:
|
|
- ./.travis/run_tests
|