Skip to content

Commit

Permalink
Test newer versions of pyhton on appveyor.
Browse files Browse the repository at this point in the history
  • Loading branch information
davisking committed Aug 8, 2018
1 parent a54f8e4 commit 8661577
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dlib/appveyor/python.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@

environment:
matrix:
- PATH: C:\Python33;%PATH%
- PATH: C:\Python33-x64;%PATH%
- PATH: C:\Python35;%PATH%
- PATH: C:\Python35-x64;%PATH%
- PATH: C:\Python36;%PATH%
- PATH: C:\Python36-x64;%PATH%
- PATH: C:\Python37;%PATH%
- PATH: C:\Python37-x64;%PATH%
- PATH: C:\Python27;%PATH%
- PATH: C:\Python27-x64;%PATH%

Expand Down

0 comments on commit 8661577

Please sign in to comment.