[Piglit] [PATCH 01/20] travis: Add travis.yml for python code

Dylan Baker dylan at pnwbakers.com
Wed Jun 1 23:50:08 UTC 2016


For testing the framework with travis

Signed-off-by: Dylan Baker <dylanx.c.baker at intel.com>
---
 .travis.yml | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
 create mode 100644 .travis.yml

diff --git a/.travis.yml b/.travis.yml
new file mode 100644
index 0000000..8532d47
--- /dev/null
+++ b/.travis.yml
@@ -0,0 +1,16 @@
+language: python
+python: 3.5
+cache: pip
+env:
+    - TOX_ENV=py27-noaccel
+    - TOX_ENV=py27-accel-nix
+    - TOX_ENV=py33-noaccel
+    - TOX_ENV=py33-accel-nix
+    - TOX_ENV=py34-noaccel
+    - TOX_ENV=py34-accel-nix
+    - TOX_ENV=py35-noaccel
+    - TOX_ENV=py35-accel-nix
+install:
+    pip install tox
+script:
+    - tox -e $TOX_ENV
-- 
2.8.3



More information about the Piglit mailing list