rename the travis config
authorsalimfadhley <sal@stodge.org>
Wed, 12 Jun 2013 22:48:46 +0000 (23:48 +0100)
committersalimfadhley <sal@stodge.org>
Wed, 12 Jun 2013 22:48:46 +0000 (23:48 +0100)
.travis.yaml [new file with mode: 0644]
travis.yaml [deleted file]

diff --git a/.travis.yaml b/.travis.yaml
new file mode 100644 (file)
index 0000000..81f9959
--- /dev/null
@@ -0,0 +1,7 @@
+language: python
+python:
+  - "2.7"
+# command to install dependencies, e.g. pip install -r requirements.txt --use-mirrors
+install: python setup.py develop
+# command to run tests, e.g. python setup.py test
+script:  python setup.py test
diff --git a/travis.yaml b/travis.yaml
deleted file mode 100644 (file)
index 81f9959..0000000
+++ /dev/null
@@ -1,7 +0,0 @@
-language: python
-python:
-  - "2.7"
-# command to install dependencies, e.g. pip install -r requirements.txt --use-mirrors
-install: python setup.py develop
-# command to run tests, e.g. python setup.py test
-script:  python setup.py test