Merge branch 'graph_fix'

This commit is contained in:
DarkPhoenix
2019-07-30 08:44:40 +03:00
3 changed files with 5 additions and 4 deletions

View File

@@ -1,6 +1,7 @@
wxPython == 4.0.4
wxPython == 4.0.6
logbook >= 1.0.0
matplotlib >= 2.0.0
matplotlib == 3.0.3
numpy==1.16.4
python-dateutil
requests >= 2.0.0
sqlalchemy >= 1.3.0

View File

@@ -7,7 +7,7 @@ passenv = CI TRAVIS TRAVIS_*
deps =
-rrequirements.txt
-rrequirements_test.txt
basepython = python3.6
basepython = python3.7
commands = py.test -vv --cov Pyfa tests2/
[testenv:pep8]

View File

@@ -1 +1 @@
version: v2.9.4
version: v2.9.6