Skip to content

Commit c3e7a22

Browse files
committed
added travis config
1 parent 854d8c0 commit c3e7a22

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

.travis.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
branches:
2+
except:
3+
- gh-pages
4+
5+
language: python
6+
7+
python:
8+
- "2.6"
9+
- "2.7"
10+
11+
env:
12+
- PIP_USE_MIRRORS=true
13+
14+
script: "py.test test_cryptsy.py -v"

0 commit comments

Comments
 (0)