Merge pull request #6 from bubenkoff/fix-failing-travis
only force tox to upgrade
This commit is contained in:
		
						commit
						88dc5f8204
					
				| 
						 | 
					@ -1,6 +1,6 @@
 | 
				
			||||||
language: python
 | 
					language: python
 | 
				
			||||||
# command to install dependencies
 | 
					# command to install dependencies
 | 
				
			||||||
install: "pip install 'virtualenv<1.10' -e . detox"
 | 
					install: "pip install -U detox"
 | 
				
			||||||
# # command to run tests
 | 
					# # command to run tests
 | 
				
			||||||
script: detox --recreate
 | 
					script: detox --recreate
 | 
				
			||||||
notifications:
 | 
					notifications:
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue