summary refs log tree commit diff stats
path: root/.gitignore
Commit message (Expand)AuthorAgeFilesLines
* Implemented unit test for recent fixtau32018-02-151-1/+2
* Fixed start path resolving in case of absent working directorytau32018-02-151-0/+2
* .gitignore: add '*.orig' files (created by git merge)hut2017-12-251-0/+1
* setup.py: Fix build scripts for PyPInfnty2017-02-101-0/+1
* setup.py: Use `setuptools` by default, Change name for PyPInfnty2017-02-101-0/+2
* gitignore: Add leading `/`nfnty2017-01-281-6/+9
* container.fsobject: Fix natural sortnfnty2017-01-241-0/+1
* gitignore install_log.txt generated by make installCiro Santilli2016-03-211-0/+1
* gitignore: add pytestdebug.logLaurent Charignon2016-01-311-0/+1
* Revert "Use setuptools if present"hut2016-01-251-1/+0
* Use setuptools if presentShadab Zafar2015-06-251-0/+1
* .gitignore: added "build"hut2014-10-311-0/+1
* added doc/ranger.1.html to .gitignorehut2014-10-031-0/+1
* added .gitignorehut2010-01-171-0/+4
mitter Wojciech Siewierski <wojciech.siewierski@onet.pl> 2018-07-16 01:15:59 +0200 Fix the Travis build' href='/akspecs/ranger/commit/.travis.yml?h=v1.9.3&id=53e48ed044b3f69cf21a43a4c9c4450b56972165'>53e48ed0 ^
1
2
3
4
5
6
7
8
9
10
11
12
13
14
              
 
                  
       


         
 
        

                         
 
       
               
dist: 'xenial'

language: 'python'
python:
  - '2.7'
  - '3.4'
  - '3.5'

install:
  - 'pip install pipenv'
  - 'pipenv update --dev'

script:
  - 'make test'