Removing unsupported python versions from travis and updating readme

This commit is contained in:
Denis-Cosmin Nutiu 2017-04-17 13:56:12 +03:00
parent bfd6d62a8a
commit a410150714
2 changed files with 4 additions and 8 deletions

View file

@ -2,17 +2,12 @@ language: python
python:
- "2.6"
- "2.7"
- "3.2"
- "3.3"
- "3.4"
- "3.5"
- "3.5-dev" # 3.5 development branch
- "3.6"
- "3.6-dev" # 3.6 development branch
# PyPy versions
- "pypy" # PyPy2 2.5.0
- "pypy3" # Pypy3 2.4.0
- "pypy-5.3.1"
# command to install dependencies
install: "pip install -r requirements.txt"
# command to run tests

View file

@ -4,8 +4,8 @@
This is a simple web app used for an university projects.
You will need **Python 3.3** or greater to run this app.
Python 2 has not been tested.
You will need **Python 2.6+ or Python 3.3+** to run this app.
Flask doesn't support Python 3.2.
It should provide a simple score board display
for some benchmarking data which is gathered from another application.
@ -14,7 +14,8 @@ for some benchmarking data which is gathered from another application.
To install and run the application, you must do the following:
First, rename the config.lock.py to config.py
Rename the config.lock.py to config.py, so you can safely modify the config.py and still have
config.lock.py as a template.
and update the file to match your configuration settings.
Then run: