[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[tor-commits] [stem/master] Added .travis.yml
commit b763f5b207c46ab9862e812383207019bded014b
Author: Edmund Wong <ewongbb@xxxxxxxxxxx>
Date: Wed Sep 13 10:29:11 2017 +0800
Added .travis.yml
---
.travis.yml | 36 ++++++++++++++++++++++++++++++++++++
1 file changed, 36 insertions(+)
diff --git a/.travis.yml b/.travis.yml
new file mode 100644
index 00000000..9a3be82a
--- /dev/null
+++ b/.travis.yml
@@ -0,0 +1,36 @@
+# Travis CI configuration file
+# http://about.travis-ci.org/docs/
+dist: precise
+
+language: python
+
+# Available Python versions:
+# http://about.travis-ci.org/docs/user/ci-environment/#Python-VM-images
+python:
+ - "2.7"
+ - "3.6"
+
+env:
+
+# Dependencies installation commands
+install:
+ - pip install -U pip
+ - pip install -r requirements.txt
+
+# Tests running commands
+script:
+ # run real db tests under coverage to have several merging coverage report
+ # https://github.com/codecov/support/wiki/Merging-Reports
+ - run_tests.py --unit
+
+notifications:
+ email: false
+
+after_script:
+ # List installed packages along with their versions.
+ - "pip list"
+
+sudo: false
+
+git:
+ depth: 300
_______________________________________________
tor-commits mailing list
tor-commits@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits