* [gentoo-portage-dev] [PATCH] Enable testing using travis-ci.
@ 2014-08-11 9:12 Michał Górny
0 siblings, 0 replies; only message in thread
From: Michał Górny @ 2014-08-11 9:12 UTC (permalink / raw
To: gentoo-portage-dev; +Cc: Michał Górny
Make it easy to use travis-ci for testing on github mirror and forks.
X-Pull-Request: https://github.com/gentoo/portage/pull/3
---
.travis.yml | 10 ++++++++++
1 file changed, 10 insertions(+)
create mode 100644 .travis.yml
diff --git a/.travis.yml b/.travis.yml
new file mode 100644
index 0000000..6c8d873
--- /dev/null
+++ b/.travis.yml
@@ -0,0 +1,10 @@
+language: python
+python:
+ - 2.6
+ - 2.7
+ - 3.2
+ - 3.3
+ - 3.4
+ - pypy
+script:
+ - python -b -Wd pym/portage/tests/runTests
--
2.0.4
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2014-08-11 20:27 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-08-11 9:12 [gentoo-portage-dev] [PATCH] Enable testing using travis-ci Michał Górny
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox