Skip to content
This repository was archived by the owner on Nov 4, 2022. It is now read-only.

Commit 2dc9ed2

Browse files
committed
Merge pull request #5 from portante/travis-ci
Initial support for Travis CI
2 parents 1930326 + 373d22e commit 2dc9ed2

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.travis.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
language: python
2+
python:
3+
- "2.6"
4+
- "2.7"
5+
- "pypy"
6+
- "3.2"
7+
- "3.3"
8+
- "3.4"
9+
- "pypy3"
10+
# command to install dependencies
11+
install:
12+
- pip install .
13+
# command to run tests
14+
script: ./unittests

0 commit comments

Comments
 (0)