Skip to content

Commit

Permalink
Fix pytest version
Browse files Browse the repository at this point in the history
  • Loading branch information
touilleMan committed Sep 11, 2018
1 parent 35d593c commit 709f2b6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dev-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
pytest
pytest==2.8
autopep8
sphinx
2 changes: 1 addition & 1 deletion run_tests.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#! /bin/sh
#! /bin/bash

. ./venv/bin/activate
./bin/init_db.py reset
Expand Down

0 comments on commit 709f2b6

Please sign in to comment.