Skip to content

Commit 90a2c8c

Browse files
committed
First version of Travis tests
1 parent 577becf commit 90a2c8c

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

.travis.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
language: python
2+
python:
3+
- "2.6"
4+
- "2.7"
5+
- "3.3"
6+
- "3.4"
7+
- "3.5"
8+
- "3.6"
9+
- "nightly"
10+
install:
11+
- pip install tox tox-pyenv
12+
- pip install -r requirements.txt
13+
script:
14+
- tox
15+
- tox -e py27 -- -x --integration-tests

0 commit comments

Comments
 (0)