File tree Expand file tree Collapse file tree 8 files changed +8
-38
lines changed Expand file tree Collapse file tree 8 files changed +8
-38
lines changed Original file line number Diff line number Diff line change 4141       - name : Install latest fluent.syntax 
4242        working-directory : ./fluent.syntax 
4343        run : python -m pip install . 
44-       - run : ./runtests.py 
44+       - run : python -m unittest 
4545        working-directory : ./fluent.runtime 
Original file line number Diff line number Diff line change 4141          python -m pip install --upgrade pip 
4242          python -m pip install fluent.syntax==${{ matrix.fluent-syntax }} six 
4343          python -m pip install . 
44-        - run : ./runtests.py 
44+        - run : python -m unittest 
4545        working-directory : ./fluent.runtime 
Original file line number Diff line number Diff line change 3636          python -m pip install wheel 
3737          python -m pip install --upgrade pip 
3838          python -m pip install . 
39-        - run : ./runtests.py 
39+        - run : python -m unittest 
4040        working-directory : ./fluent.syntax 
Original file line number Diff line number Diff line change 11flake8 ~= 7.0
22isort ~= 5.0
33mypy ~= 1.0
4+ tox ~= 4.0
45types-babel
56types-pytz
  Load Diff This file was deleted. 
Original file line number Diff line number Diff line change 1212     attrs ==19.1.0
1313     babel ==2.7.0
1414     pytz ==2019.2
15-      typing-extensions = =3.7
15+      typing-extensions~ =3.7
1616     syntax: .
17- commands  = ./runtests.py 
17+ commands  = python -m unittest 
1818
1919[testenv:latest] 
2020basepython  = python3
  Load Diff This file was deleted. 
Original file line number Diff line number Diff line change @@ -8,5 +8,5 @@ skipsdist=True
88setenv  =
99    PYTHONPATH  = {toxinidir}
1010deps  =
11-      typing-extensions = =3.7
12- commands  = ./runtests.py 
11+      typing-extensions~ =3.7
12+ commands  = python -m unittest 
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments