mirror of
				https://github.com/python-escpos/python-escpos
				synced 2025-10-23 09:30:00 +00:00 
			
		
		
		
	install spelling on travis
This commit is contained in:
		@@ -19,7 +19,7 @@ matrix:
 | 
				
			|||||||
      language: shell
 | 
					      language: shell
 | 
				
			||||||
      before_install:
 | 
					      before_install:
 | 
				
			||||||
         - choco install python
 | 
					         - choco install python
 | 
				
			||||||
         - pip install tox codecov 'sphinx>=1.5.1'
 | 
					         - pip install tox codecov 'sphinx>=1.5.1' 'sphinxcontrib-spelling>=5'
 | 
				
			||||||
      env:
 | 
					      env:
 | 
				
			||||||
         - TOXENV=py37
 | 
					         - TOXENV=py37
 | 
				
			||||||
         - PATH=/c/Python37:/c/Python37/Scripts:$PATH
 | 
					         - PATH=/c/Python37:/c/Python37/Scripts:$PATH
 | 
				
			||||||
@@ -57,7 +57,7 @@ matrix:
 | 
				
			|||||||
    - os: windows
 | 
					    - os: windows
 | 
				
			||||||
    - os: osx
 | 
					    - os: osx
 | 
				
			||||||
before_install:
 | 
					before_install:
 | 
				
			||||||
    - pip install tox codecov 'sphinx>=1.5.1'
 | 
					    - pip install tox codecov 'sphinx>=1.5.1' 'sphinxcontrib-spelling>=5'
 | 
				
			||||||
    - ./doc/generate_authors.sh --check
 | 
					    - ./doc/generate_authors.sh --check
 | 
				
			||||||
script:
 | 
					script:
 | 
				
			||||||
    - tox
 | 
					    - tox
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user