Anthex
/
LO53FP
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code ยป
Commit
2bd13e894ba863a6179cf59e48f24e9d52979266
Authored by
Anthex
2019-04-25 00:52:45 +0200
1 parent
f64351be
fix for windows CI
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
.travis.yml
Inline
Side-by-side
.travis.yml
Wrap text
Show/Hide comments
View file @
2bd13e8
...
...
@@ -12,4 +12,4 @@ matrix:
12
12
language: shell
13
13
before_install: choco install python
14
14
env: PATH=/c/Python37:/c/Python37/Scripts:$PATH
15
-script: pytest
16
15
\ No newline at end of file
16
+script: py.test
17
17
\ No newline at end of file
...
...