summaryrefslogtreecommitdiffstats
path: root/OS/.travis.yml
diff options
context:
space:
mode:
authorstartxfr <clarue@startx.fr>2015-11-28 06:54:44 +0100
committerstartxfr <clarue@startx.fr>2015-11-28 06:54:44 +0100
commitc7cebe1c99a167715ec2ea7392784f522c07f674 (patch)
tree57572f82831a2067f7582931088e5670e1085032 /OS/.travis.yml
parentd2b8afc1f219e3db7c776a17c0f03128476ddefa (diff)
downloadphpmyadmin-c7cebe1c99a167715ec2ea7392784f522c07f674.tar.gz
phpmyadmin-c7cebe1c99a167715ec2ea7392784f522c07f674.tar.bz2
phpmyadmin-c7cebe1c99a167715ec2ea7392784f522c07f674.tar.xz
phpmyadmin-c7cebe1c99a167715ec2ea7392784f522c07f674.zip
adding travis
Diffstat (limited to 'OS/.travis.yml')
-rw-r--r--OS/.travis.yml22
1 files changed, 22 insertions, 0 deletions
diff --git a/OS/.travis.yml b/OS/.travis.yml
new file mode 100644
index 0000000..734d549
--- /dev/null
+++ b/OS/.travis.yml
@@ -0,0 +1,22 @@
+language: python
+python:
+ - "3.4"
+
+services:
+ - docker
+
+before_install:
+- docker pull startx/fedora
+- docker run -it --name="fedora" startx/fedora
+- mkdir startx-docker-images;
+- cd startx-docker-images;
+- git clone https://github.com/startxfr/docker-images.git .
+- docker build -t fedora OS/
+- docker run -it --name="fedora" fedora bash
+- docker-compose up -d
+- docker-compose logs
+
+# command to install dependencies
+#install: "pip install -r requirements.txt"
+# command to run tests
+script: nosetests