1 parent 854d8c0 commit c3e7a22Copy full SHA for c3e7a22
1 file changed
.travis.yml
@@ -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