Skip to content

Commit

Permalink
Skip python 2.6 for now, see #23
Browse files Browse the repository at this point in the history
  • Loading branch information
zimeon committed Jan 30, 2017
1 parent 54bf326 commit 23b9f5a
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,19 +1,16 @@
language: python
python:
- "2.6"
# - "2.6" -- commenting until https://github.com/resync/resync/issues/23 fixed
- "2.7"
- "3.3"
- "3.4"
- "3.5"
- "3.6"
# command to install dependencies
# need "python setup.py install" to install resync so that client tests work
install:
- pip install requests
- pip install python-dateutil
- pip install coveralls pep8 pep257 restructuredtext_lint testfixtures
- python setup.py install
# command to run tests
script:
- python setup.py test
- pep8 --ignore=E501 resync tests bin/resync bin/resync-explorer
Expand Down

0 comments on commit 23b9f5a

Please sign in to comment.