Skip to content

Commit

Permalink
Updated Readme, travis-ci: kept only python 3.5 & 3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
loicbaron committed May 18, 2018
1 parent 0590fe3 commit 23f0164
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
5 changes: 0 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,7 @@
language: python
python:
- "3.3"
- "3.4"
- "3.5"
- "3.5-dev" # 3.5 development branch
- "3.6"
- "3.6-dev" # 3.6 development branch
- "3.7-dev" # 3.7 development branch
# command to install dependencies
install:
- python3 -m pip install -r requirements.txt
Expand Down
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,14 @@ git clone https://github.com/loicbaron/KataTennis.git

## install
```bash
pip3 install -r requirements.txt
cd KataTennis
python3 -m pip install -r requirements.txt
python3 setup.py install
```

## run tests
```bash
python3 -m pytest -s tests/test_game.py
python3 -m pytest
```


0 comments on commit 23f0164

Please sign in to comment.