Author: cito
Date: Sun Feb  7 09:39:16 2016
New Revision: 835

Log:
Fix name of Travis CI configuration file

Added:
   branches/4.x/.travis.yml
      - copied, changed from r834, branches/4.x/travis.yml
   trunk/.travis.yml
      - copied, changed from r834, trunk/travis.yml
Deleted:
   branches/4.x/travis.yml
   trunk/travis.yml

Copied and modified: branches/4.x/.travis.yml (from r834, 
branches/4.x/travis.yml)
==============================================================================
--- branches/4.x/travis.yml     Sun Feb  7 09:29:46 2016        (r834, copy 
source)
+++ branches/4.x/.travis.yml    Sun Feb  7 09:39:16 2016        (r835)
@@ -6,4 +6,4 @@
 install:
   - pip install .
   - if [[ $TRAVIS_PYTHON_VERSION == 2.6 ]]; then pip install unittest2; fi
-script: python setup.py test
\ No newline at end of file
+script: python setup.py test

Deleted: branches/4.x/travis.yml
==============================================================================
--- branches/4.x/travis.yml     Sun Feb  7 09:39:16 2016        (r834)
+++ /dev/null   00:00:00 1970   (deleted)
@@ -1,9 +0,0 @@
-language: python
-# unfortunately, Travis cannot be used to test with Python 2.4 and 2.5
-python:
-  - "2.6"
-  - "2.7"
-install:
-  - pip install .
-  - if [[ $TRAVIS_PYTHON_VERSION == 2.6 ]]; then pip install unittest2; fi
-script: python setup.py test
\ No newline at end of file

Copied and modified: trunk/.travis.yml (from r834, trunk/travis.yml)
==============================================================================
--- trunk/travis.yml    Sun Feb  7 09:29:46 2016        (r834, copy source)
+++ trunk/.travis.yml   Sun Feb  7 09:39:16 2016        (r835)
@@ -8,4 +8,4 @@
 install:
   - pip install .
   - if [[ $TRAVIS_PYTHON_VERSION == 2.6 ]]; then pip install unittest2; fi
-script: python setup.py test
\ No newline at end of file
+script: python setup.py test

Deleted: trunk/travis.yml
==============================================================================
--- trunk/travis.yml    Sun Feb  7 09:39:16 2016        (r834)
+++ /dev/null   00:00:00 1970   (deleted)
@@ -1,11 +0,0 @@
-language: python
-python:
-  - "2.6"
-  - "2.7"
-  - "3.3"
-  - "3.4"
-  - "3.5"
-install:
-  - pip install .
-  - if [[ $TRAVIS_PYTHON_VERSION == 2.6 ]]; then pip install unittest2; fi
-script: python setup.py test
\ No newline at end of file
_______________________________________________
PyGreSQL mailing list
[email protected]
https://mail.vex.net/mailman/listinfo.cgi/pygresql

Reply via email to